[gimp/gimp-2-6] use wildcards so files from master and gimp-2-6 branch are ignored



commit 76443d2658c84ab618847a29474683f665966ecb
Author: Sven Neumann <sven gimp org>
Date:   Thu May 21 14:40:17 2009 +0200

    use wildcards so files from master and gimp-2-6 branch are ignored
---
 app/.gitignore  |    4 ++--
 docs/.gitignore |    6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/app/.gitignore b/app/.gitignore
index 35f1e9a..358911a 100644
--- a/app/.gitignore
+++ b/app/.gitignore
@@ -3,5 +3,5 @@
 /makefile.mingw
 /.deps
 /.libs
-/gimp-2.7
-/gimp-console-2.7
+/gimp-2.*
+/gimp-console-2.*
diff --git a/docs/.gitignore b/docs/.gitignore
index a640878..3713ba6 100644
--- a/docs/.gitignore
+++ b/docs/.gitignore
@@ -1,8 +1,8 @@
 /Makefile
 /Makefile.in
-/gimp-2.7.1
-/gimprc-2.7.5
-/gimp-remote-2.7.1
+/gimp-2.*.1
+/gimprc-2.*.5
+/gimp-remote-2.*.1
 /gimptool-2.0.1
 /Wilber.xcf
 /Wilber_Construction_Kit.xcf



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