[gegl] update .gitignore files



commit 96ac34f7e149bde64a8213be582a220f0cc51869
Author: Thomas Manni <thomas manni free fr>
Date:   Mon Oct 16 19:47:59 2017 +0200

    update .gitignore files

 bin/.gitignore                |    1 +
 docs/.gitignore               |    1 +
 po/.gitignore                 |    2 ++
 tests/ff-load-save/.gitignore |    8 ++++++--
 tests/simple/.gitignore       |    2 ++
 tools/.gitignore              |    1 +
 6 files changed, 13 insertions(+), 2 deletions(-)
---
diff --git a/bin/.gitignore b/bin/.gitignore
index 5d3d416..d9548ff 100644
--- a/bin/.gitignore
+++ b/bin/.gitignore
@@ -3,3 +3,4 @@
 /Makefile
 /Makefile.in
 /gegl*
+/*.o
diff --git a/docs/.gitignore b/docs/.gitignore
index f34e755..53b017f 100644
--- a/docs/.gitignore
+++ b/docs/.gitignore
@@ -42,3 +42,4 @@
 /operations.json
 /source-overview.html
 /todo.html
+/operations
diff --git a/po/.gitignore b/po/.gitignore
index 1f44e1d..f851f28 100644
--- a/po/.gitignore
+++ b/po/.gitignore
@@ -15,5 +15,7 @@
 /missing
 /po2tbl.sed.in
 /quot.sed
+/remove-potcdate.sed
 /remove-potcdate.sin
 /stamp-it
+/stamp-po
diff --git a/tests/ff-load-save/.gitignore b/tests/ff-load-save/.gitignore
index 282522d..6395772 100644
--- a/tests/ff-load-save/.gitignore
+++ b/tests/ff-load-save/.gitignore
@@ -1,2 +1,6 @@
-Makefile
-Makefile.in
+/Makefile
+/Makefile.in
+/*.avi
+/*.mp4
+/*.ogv
+/*.png
diff --git a/tests/simple/.gitignore b/tests/simple/.gitignore
index f69167d..4b6a57f 100644
--- a/tests/simple/.gitignore
+++ b/tests/simple/.gitignore
@@ -1,6 +1,8 @@
 /*.la
 /*.lo
 /*.o
+/*.png
+/*.hdr
 /.deps
 /.libs
 /Makefile
diff --git a/tools/.gitignore b/tools/.gitignore
index 1b1a28b..21b0979 100644
--- a/tools/.gitignore
+++ b/tools/.gitignore
@@ -8,5 +8,6 @@
 /gegl-imgcmp
 /introspect
 /operation_reference
+/operations_html
 /detect_opencl
 /gegl-tester


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]