[conduit/config-google: 18/20] Added *~ to .gitignore



commit d95e2ac69a3eafa907110e3dff2d921fd464041d
Author: Alexandre Rosenfeld <airmind gmail com>
Date:   Fri May 15 09:02:19 2009 -0300

    Added *~ to .gitignore
    
    Allows for GEdit and other programs that create backup files with ~
    to work better with git.
---
 .gitignore |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore
index f464e18..d1e22bc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,7 @@
 *.pyc
 *.gmo
 *.omf
+*~
 Makefile.in
 Makefile
 autom4te.cache/



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