summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore3
-rw-r--r--examples/Makefile1
2 files changed, 4 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
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) \