diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2018-06-27 20:44:21 +0000 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2018-06-27 20:44:21 +0000 |
| commit | 76d5ed4f4b30b61c1e6fc874b2f37f70027fea9d (patch) | |
| tree | 87b09b36e66966c1f0b485628a38636f2485d745 /.gitignore | |
| parent | 8328349135ea9c0dfa099753ff4722272ddcc5b9 (diff) | |
Update Makefile + ignored files.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12986 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
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 |
