mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
* .gitignore: Ignore loaddefs directly under lisp, and in sub-sub-directories
This commit is contained in:
parent
31410dcb09
commit
dce46a7484
2 changed files with 8 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue