[gegl] Added .gitignore files for opencl directories.



commit e8c560ad61a552c2105a2c461ca734c90e607da9
Author: Kevin Cozens <kcozens svn gnome org>
Date:   Wed Mar 21 19:24:03 2012 -0400

    Added .gitignore files for opencl directories.

 gegl/opencl/.gitignore  |    6 ++++++
 tests/opencl/.gitignore |    7 +++++++
 2 files changed, 13 insertions(+), 0 deletions(-)
---
diff --git a/gegl/opencl/.gitignore b/gegl/opencl/.gitignore
new file mode 100644
index 0000000..ff96633
--- /dev/null
+++ b/gegl/opencl/.gitignore
@@ -0,0 +1,6 @@
+/*.lo
+/*.la
+/.deps
+/.libs
+/Makefile
+/Makefile.in
diff --git a/tests/opencl/.gitignore b/tests/opencl/.gitignore
new file mode 100644
index 0000000..65b6dad
--- /dev/null
+++ b/tests/opencl/.gitignore
@@ -0,0 +1,7 @@
+/*.o
+/.deps
+/.libs
+/Makefile
+/Makefile.in
+/test-cl-brightness-contrast
+/test-cl-over



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