[pygobject] Add *~ and *.orig to .gitignore



commit 259a4b08f009aa01451caed20dbb6e68b402da2a
Author: Tomeu Vizoso <tomeu vizoso collabora co uk>
Date:   Mon Jun 21 17:34:54 2010 +0200

    Add *~ and *.orig to .gitignore

 .gitignore |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 209dbdf..d9f27b1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,7 +4,6 @@ autom4te.cache
 compile
 config.guess
 config.h.in
-config.h.in~
 config.lt
 config.sub
 configure
@@ -34,3 +33,7 @@ stamp-h1
 *.so
 .deps
 .libs
+
+# Other generated files.
+*~
+*.orig



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