Tell git to ignore emacs *~ droppings and git .msg files
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -2,10 +2,12 @@ Makefile
|
|||||||
Makefile.in
|
Makefile.in
|
||||||
.deps
|
.deps
|
||||||
.libs
|
.libs
|
||||||
|
.msg
|
||||||
*.lo
|
*.lo
|
||||||
*.la
|
*.la
|
||||||
*.a
|
*.a
|
||||||
*.o
|
*.o
|
||||||
|
*~
|
||||||
aclocal.m4
|
aclocal.m4
|
||||||
autom4te.cache
|
autom4te.cache
|
||||||
compile
|
compile
|
||||||
|
|||||||
Reference in New Issue
Block a user