[seahorse] Ignore project files and backup files.



commit 9b047fb6a974101fdb5cb74f693e0f795b7e1180
Author: Stef Walter <stef memberwebs com>
Date:   Fri Jul 10 21:08:47 2009 +0000

    Ignore project files and backup files.

 .gitignore |   21 +++++++++++++++------
 1 files changed, 15 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 82cf602..51b37e4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,6 +3,10 @@
 *.lo
 *.la
 *.stamp
+*.bak
+*.tmp
+.tm*
+~*
 
 /configure.lineno
 /Makefile
@@ -15,22 +19,27 @@
 /seahorse.spec
 /stamp*
 /seahorse.p*
-/.tm*
+
 /compile
 /*.tar.gz
-/*.pws
-/*.prj
 /seahorse-?.?.?
 /junk
 /gnome-doc-utils.make
-/*.anjuta
-/*.tasks
 /install-sh
 /intltool-*
 /libtool
 /ltmain.sh
 /missing
 /mkinstalldirs
-*.tmp
 /gtk-doc.make
 
+# Eclipse project files
+/.*project
+/.settings
+
+# Anjuta project files
+/*.anjuta
+/*.tasks
+/*.pws
+/*.prj
+



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