Update Makefile + ignored files.

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12986 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Albrecht Schlosser 2018-06-27 20:44:21 +00:00
parent 8328349135
commit 76d5ed4f4b
2 changed files with 4 additions and 0 deletions

3
.gitignore vendored
View File

@ -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

View File

@ -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) \