From 76d5ed4f4b30b61c1e6fc874b2f37f70027fea9d Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Wed, 27 Jun 2018 20:44:21 +0000 Subject: Update Makefile + ignored files. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12986 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- .gitignore | 3 +++ examples/Makefile | 1 + 2 files changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index e3043e058..dfe726c99 100644 --- a/.gitignore +++ b/.gitignore @@ -75,6 +75,7 @@ /examples/howto-drag-and-drop /examples/howto-menu-with-images /examples/howto-parse-args +/examples/howto-simple-svg /examples/howto-text-over-image-button /examples/menubar-add /examples/nativefilechooser-simple-app @@ -83,6 +84,8 @@ /examples/OpenGL3test /examples/progress-simple /examples/shapedwindow +/examples/simple-terminal +/examples/SVG_File_Surface /examples/table-as-container /examples/table-simple /examples/table-sort diff --git a/examples/Makefile b/examples/Makefile index d167ff253..c97b75901 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -28,6 +28,7 @@ ALL = clipboard$(EXEEXT) \ table-with-keynav$(EXEEXT) \ tabs-simple$(EXEEXT) \ simple-terminal$(EXEEXT) \ + SVG_File_Surface$(EXEEXT) \ textdisplay-with-colors$(EXEEXT) \ texteditor-simple$(EXEEXT) \ tree-simple$(EXEEXT) \ -- cgit v1.2.3