1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-26 07:33:47 +00:00

* .gitignore: Ignore loaddefs directly under lisp, and in sub-sub-directories

This commit is contained in:
Lars Magne Ingebrigtsen 2014-12-01 17:11:50 +01:00
parent 31410dcb09
commit dce46a7484
2 changed files with 8 additions and 0 deletions

3
.gitignore vendored
View File

@ -75,7 +75,10 @@ src/globals.h
leim/changed.misc
leim/changed.tit
lisp/**/*cus-load.el
lisp/cus-load.el
lisp/**/*loaddefs.el
lisp/**/**/*loaddefs.el
lisp/*loaddefs.el
lisp/cedet/semantic/bovine/c-by.el
lisp/cedet/semantic/bovine/make-by.el
lisp/cedet/semantic/bovine/scm-by.el

View File

@ -1,3 +1,8 @@
2014-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
* .gitignore: Ignore loaddefs directly under lisp, and in
sub-sub-directories.
2014-11-29 Paul Eggert <eggert@cs.ucla.edu>
Add more of the old .bzrignore to .gitignore.