diff options
author | Alan Coopersmith <alanc@alf.(none)> | 2006-06-19 17:07:59 -0700 |
---|---|---|
committer | Alan Coopersmith <alanc@alf.(none)> | 2006-06-19 17:07:59 -0700 |
commit | 98d17bba716619e3402bd74c7c3e1c01d055ef6e (patch) | |
tree | 3cc06fa11ed821fc5d2a6776fedecc8b74068456 /.gitignore | |
parent | 569c808a2375be71f835ee8693605487484bd22e (diff) |
Tell git to ignore emacs *~ droppings and git .msg files
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 8ae535847..429f677ff 100644 --- a/.gitignore +++ b/.gitignore @@ -2,10 +2,12 @@ Makefile Makefile.in .deps .libs +.msg *.lo *.la *.a *.o +*~ aclocal.m4 autom4te.cache compile |