[gegl] Add rules to .gitignore files



commit bf1107af940ebeae15a39d33eb93283d40e38012
Author: Mukund Sivaraman <muks banu com>
Date:   Wed Jun 23 14:06:59 2010 +0530

    Add rules to .gitignore files

 .gitignore                               |    2 ++
 operations/workshop/.gitignore           |    7 +++++--
 operations/workshop/external/.gitignore  |    3 +++
 operations/workshop/generated/.gitignore |    7 +++++--
 4 files changed, 15 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 485c7d9..8ee78f4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -39,3 +39,5 @@
 *.sw?
 *.orig
 *.rej
+cscope.out
+cscope.files
diff --git a/operations/workshop/.gitignore b/operations/workshop/.gitignore
index e5c6f7b..929e1e8 100644
--- a/operations/workshop/.gitignore
+++ b/operations/workshop/.gitignore
@@ -1,4 +1,7 @@
-/Makefile.in
 /Makefile
-/*.so
+/Makefile.in
+/.deps
 /.libs
+/*.la
+/*.lo
+/*.so
diff --git a/operations/workshop/external/.gitignore b/operations/workshop/external/.gitignore
index c026fd6..929e1e8 100644
--- a/operations/workshop/external/.gitignore
+++ b/operations/workshop/external/.gitignore
@@ -2,3 +2,6 @@
 /Makefile.in
 /.deps
 /.libs
+/*.la
+/*.lo
+/*.so
diff --git a/operations/workshop/generated/.gitignore b/operations/workshop/generated/.gitignore
index 178a32a..957cedf 100644
--- a/operations/workshop/generated/.gitignore
+++ b/operations/workshop/generated/.gitignore
@@ -1,5 +1,8 @@
-/Makefile.in
 /Makefile
+/Makefile.in
+/.deps
+/.libs
+/*.la
+/*.lo
 /*.so
 /*.c
-/.libs



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