[devhelp/gnome-2-32] Ignore files ending with tilde



commit ad72bf88a03205e241989c67638ddda37619aa0b
Author: Aleksander Morgado <aleksander lanedo com>
Date:   Wed May 19 21:59:54 2010 +0200

    Ignore files ending with tilde

 .gitignore |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 989364d..8cdc6d6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,7 @@
 *.[ao]
 *.l[ao]
 *.pyc
+*~
 .deps/
 .libs/
 Makefile



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