[gegl] Update .gitignore for win32



commit 07d4e784b9073dc4d8851ac67737768640f7edfc
Author: Martin Nordholts <martinn src gnome org>
Date:   Fri Aug 7 21:44:57 2009 +0200

    Update .gitignore for win32
    
    Update .gitignore for win32 and do some sorting.

 .gitignore          |   17 +++++++++--------
 bin/.gitignore      |    6 +++---
 examples/.gitignore |   18 +++++++++---------
 tools/.gitignore    |    8 ++++----
 4 files changed, 25 insertions(+), 24 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 28b7cd8..2f51d27 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,9 +1,13 @@
+/.cdtproject
+/.project
+/.tm_project.cache
 /INSTALL
 /Makefile
 /Makefile.in
 /README
 /aclocal.m4
 /autom4te.cache
+/compile
 /confdefs.h
 /config.cache
 /config.guess
@@ -17,20 +21,17 @@
 /gegl-config
 /gegl-uninstalled.pc
 /gegl.pc
+/gegl.prj
+/gegl.pws
 /gegl.spec
 /install-sh
 /libtool
 /ltconfig
 /ltmain.sh
+/mingw32-config.cache
 /missing
 /mkinstalldirs
+/py-compile
 /stamp-h
-/stamp-h1
 /stamp-h.in
-/.cdtproject
-/.project
-/.tm_project.cache
-/gegl.prj
-/gegl.pws
-/py-compile
-/compile
+/stamp-h1
diff --git a/bin/.gitignore b/bin/.gitignore
index b3a4ac0..5d3d416 100644
--- a/bin/.gitignore
+++ b/bin/.gitignore
@@ -1,5 +1,5 @@
-/gegl
-/Makefile.in
-/Makefile
 /.deps
 /.libs
+/Makefile
+/Makefile.in
+/gegl*
diff --git a/examples/.gitignore b/examples/.gitignore
index 89b6194..d053c17 100644
--- a/examples/.gitignore
+++ b/examples/.gitignore
@@ -1,11 +1,11 @@
-/Makefile
-/Makefile.in
 /*.lo
 /.libs
-/2geglbuffer
-/gegl-paint
-/geglbuffer-add-image
-/geglbuffer-clock
-/hello-world
-/hello-world-video
-/gegl-slicer
+/2geglbuffer*
+/Makefile
+/Makefile.in
+/gegl-paint*
+/gegl-slicer*
+/geglbuffer-add-image*
+/geglbuffer-clock*
+/hello-world*
+/hello-world-video*
diff --git a/tools/.gitignore b/tools/.gitignore
index 7c0f21a..d7a8eb6 100644
--- a/tools/.gitignore
+++ b/tools/.gitignore
@@ -1,6 +1,6 @@
-/Makefile
-/Makefile.in
-/introspect
-/operation_reference
 /.deps
 /.libs
+/Makefile
+/Makefile.in
+/introspect*
+/operation_reference*



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