[gimp-perl] Ignore Makefile.old and VIM swap files.



commit 1b197f134f2e794c2397afe96b2e94c1f4cfdead
Author: Ed J <m8r-35s8eo mailinator com>
Date:   Wed Mar 26 20:34:08 2014 +0000

    Ignore Makefile.old and VIM swap files.

 .gitignore |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 62501c5..b54000b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
+.*.swp
 *.bs
 *.json
 *.o
@@ -5,6 +6,7 @@
 blib/
 pm_to_blib
 Makefile
+Makefile.old
 Gimp.c
 Gimp/Config.pm
 Gimp/Lib.c


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