diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2006-09-27 19:03:11 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2006-09-27 19:03:11 -0700 |
commit | 8b43f6b0b5d77ab33efc50e4b1f588e51d029eb8 (patch) | |
tree | 7c994eb7074ef9a690b285fecc2fc861e3c27d2f | |
parent | 6c4d82990973b02a756ab3ba83ea345fed4bf87e (diff) |
Add *~ to .gitignore to skip over emacs droppings
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | src/.gitignore | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -19,3 +19,4 @@ missing mkinstalldirs stamp-h1 xfixes.pc +*~ diff --git a/src/.gitignore b/src/.gitignore index 2f3345d..b956f41 100644 --- a/src/.gitignore +++ b/src/.gitignore @@ -4,3 +4,4 @@ libXfixes.la *.lo Makefile Makefile.in +*~ |