[gegl] add new .gitignore files



commit 7cf0ee50f5f6ddcae780e74ec55d61712ce29412
Author: Thomas Manni <thomas manni free fr>
Date:   Mon Oct 16 19:47:14 2017 +0200

    add new .gitignore files

 gcut/.gitignore                    |    7 +++++++
 operations/common-gpl3+/.gitignore |    7 +++++++
 tests/mipmap/.gitignore            |    5 +++++
 3 files changed, 19 insertions(+), 0 deletions(-)
---
diff --git a/gcut/.gitignore b/gcut/.gitignore
new file mode 100644
index 0000000..30ac4aa
--- /dev/null
+++ b/gcut/.gitignore
@@ -0,0 +1,7 @@
+/.deps
+/.libs
+/Makefile
+/Makefile.in
+/gcut
+/*.o
+
diff --git a/operations/common-gpl3+/.gitignore b/operations/common-gpl3+/.gitignore
new file mode 100644
index 0000000..0dd262d
--- /dev/null
+++ b/operations/common-gpl3+/.gitignore
@@ -0,0 +1,7 @@
+/.deps
+/.libs
+/Makefile
+/Makefile.in
+/module.c
+/*.la
+/*.lo
diff --git a/tests/mipmap/.gitignore b/tests/mipmap/.gitignore
new file mode 100644
index 0000000..ff42645
--- /dev/null
+++ b/tests/mipmap/.gitignore
@@ -0,0 +1,5 @@
+/Makefile
+/Makefile.in
+/*.hdr
+/*.png
+


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