diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2006-09-13 15:08:59 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2006-09-13 15:08:59 -0700 |
commit | 27404e37e50fe637f33f6efac2fa73c9cfc1026c (patch) | |
tree | 9ec52ea3360683785329184b9bf918129946cae8 | |
parent | 98063dc377dff55f1b057eda14ace69beed82c16 (diff) |
Add *~ to .gitignore to ignore emacs droppings
-rw-r--r-- | .cvsignore | 19 | ||||
-rw-r--r-- | .gitignore | 1 |
2 files changed, 1 insertions, 19 deletions
diff --git a/.cvsignore b/.cvsignore deleted file mode 100644 index f04b269..0000000 --- a/.cvsignore +++ /dev/null @@ -1,19 +0,0 @@ -.deps -Makefile -Makefile.in -aclocal.m4 -autom4te.cache -compile -config.guess -config.h -config.h.in -config.log -config.status -config.sub -configure -depcomp -install-sh -missing -stamp-h1 -xmodmap -xmodmap.1 @@ -17,3 +17,4 @@ missing stamp-h1 xmodmap xmodmap.1 +*~ |