mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 09:14:18 +00:00
Migrate modules/.gitignore into .gitignore
* .gitignore: Add former contents of modules/.gitignore. * modules/.gitignore: Remove.
This commit is contained in:
parent
c8404f48a3
commit
ca3bc790a7
2 changed files with 3 additions and 8 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -42,6 +42,7 @@ InfoPlist.strings
|
||||||
Makefile
|
Makefile
|
||||||
makefile
|
makefile
|
||||||
!etc/refcards/Makefile
|
!etc/refcards/Makefile
|
||||||
|
!modules/mod-test/Makefile
|
||||||
!test/automated/data/flymake/Makefile
|
!test/automated/data/flymake/Makefile
|
||||||
!test/indent/Makefile
|
!test/indent/Makefile
|
||||||
!test/etags/Makefile
|
!test/etags/Makefile
|
||||||
|
|
@ -139,6 +140,7 @@ src/stamp-h1
|
||||||
*.elc
|
*.elc
|
||||||
*.o
|
*.o
|
||||||
*.res
|
*.res
|
||||||
|
*.so
|
||||||
[0-9]*.core
|
[0-9]*.core
|
||||||
core
|
core
|
||||||
core.*[0-9]
|
core.*[0-9]
|
||||||
|
|
@ -207,6 +209,7 @@ lisp/international/uni-*.el
|
||||||
*.cms
|
*.cms
|
||||||
*.cp
|
*.cp
|
||||||
*.cps
|
*.cps
|
||||||
|
*.doc
|
||||||
*.dvi
|
*.dvi
|
||||||
*.fn
|
*.fn
|
||||||
*.fns
|
*.fns
|
||||||
|
|
|
||||||
8
modules/.gitignore
vendored
8
modules/.gitignore
vendored
|
|
@ -1,8 +0,0 @@
|
||||||
# built modules
|
|
||||||
*.so
|
|
||||||
|
|
||||||
# built DOCFILEs
|
|
||||||
*.doc
|
|
||||||
|
|
||||||
# include makefile for now
|
|
||||||
!Makefile
|
|
||||||
Loading…
Reference in a new issue