[babl] Update .gitignores



commit 97388cf4441ab687deb3804adddac600f9df150d
Author: Martin Nordholts <martinn src gnome org>
Date:   Thu Jul 22 10:10:01 2010 +0200

    Update .gitignores

 .gitignore       |    1 +
 babl/.gitignore  |   10 ++++++----
 tests/.gitignore |    1 +
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index debf67e..3f43aa0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,6 @@
 /*.tar.bz2
 /*.tar.gz
+/ChangeLog
 /INSTALL
 /Makefile
 /Makefile.in
diff --git a/babl/.gitignore b/babl/.gitignore
index b37feeb..c7aeff3 100644
--- a/babl/.gitignore
+++ b/babl/.gitignore
@@ -1,7 +1,9 @@
-/Makefile
-/Makefile.in
-/.deps
-/*.lo
 /*.la
+/*.lo
+/.deps
 /.libs
+/Babl-0.1.gir
+/Babl-0.1.typelib
+/Makefile
+/Makefile.in
 /babl-version.h
diff --git a/tests/.gitignore b/tests/.gitignore
index dabfa78..f537c27 100644
--- a/tests/.gitignore
+++ b/tests/.gitignore
@@ -13,6 +13,7 @@
 /grayscale_to_rgb*
 /introspect*
 /models*
+/n_components*
 /nop*
 /rgb_to_bgr*
 /rgb_to_lab_to_rgb



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