Add .gitignore files
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1533
This commit is contained in:
parent
5ff43aba5c
commit
c5b83faf47
4 changed files with 14 additions and 29 deletions
8
leim/.gitignore
vendored
8
leim/.gitignore
vendored
|
|
@ -1,5 +1,3 @@
|
|||
Makefile
|
||||
makefile
|
||||
changed.misc
|
||||
changed.tit
|
||||
leim-list.el
|
||||
*.elc
|
||||
|
||||
# arch-tag: 652dce56-7a2f-46ff-8699-c3289ccdc165
|
||||
|
|
|
|||
16
lisp/.gitignore
vendored
16
lisp/.gitignore
vendored
|
|
@ -1,12 +1,8 @@
|
|||
*.elc
|
||||
MANIFEST
|
||||
Makefile
|
||||
Makefile.unix
|
||||
makefile
|
||||
elc.tar.gz
|
||||
cus-load.el
|
||||
finder-inf.el
|
||||
subdirs.el
|
||||
*-loaddefs.el
|
||||
loaddefs.el
|
||||
TAGS
|
||||
TAGS-LISP
|
||||
subdirs.el
|
||||
finder-inf.el
|
||||
cus-load.el
|
||||
|
||||
# arch-tag: ab6e8f91-fb95-4efe-9c1b-68e21561e68a
|
||||
|
|
|
|||
4
lisp/emacs-lisp/.gitignore
vendored
4
lisp/emacs-lisp/.gitignore
vendored
|
|
@ -1 +1,3 @@
|
|||
*.elc
|
||||
!*-loaddefs.el
|
||||
|
||||
# arch-tag: d0a60bce-b886-4817-b4c3-9a81ba0308bc
|
||||
|
|
|
|||
15
lisp/eshell/.gitignore
vendored
15
lisp/eshell/.gitignore
vendored
|
|
@ -1,14 +1,3 @@
|
|||
COPYING
|
||||
FEATURES
|
||||
INSTALL
|
||||
Makefile
|
||||
NEWS
|
||||
README
|
||||
_darcs
|
||||
_pkg.el
|
||||
auto-autoloads.el
|
||||
esh-groups.el
|
||||
esh-toggle.el
|
||||
eshell-auto.el
|
||||
eshell.info
|
||||
eshell.texi
|
||||
|
||||
# arch-tag: 270e983f-fee5-4b6d-a00b-c1bafdee8690
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue