diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 27 |
1 files changed, 15 insertions, 12 deletions
diff --git a/.gitignore b/.gitignore index 7c8b74336d0..1de15a1c092 100644 --- a/.gitignore +++ b/.gitignore @@ -43,10 +43,10 @@ Makefile makefile !etc/refcards/Makefile !modules/mod-test/Makefile -!test/automated/data/flymake/Makefile -!test/indent/Makefile -!test/etags/Makefile -!test/etags/make-src/Makefile +!test/lisp/progmodes/flymake-resources/Makefile +!test/manual/indent/Makefile +!test/manual/etags/Makefile +!test/manual/etags/make-src/Makefile /*.cache /confdefs.h /config.status @@ -67,9 +67,11 @@ lib/fcntl.h lib/getopt.h lib/inttypes.h lib/libgnu.a +lib/limits.h lib/signal.h lib/std*.h !lib/std*.in.h +!lib/stdio-impl.h lib/string.h lib/sys/ lib/time.h @@ -82,8 +84,6 @@ src/lisp.mk # Lisp-level sources built by 'make'. *cus-load.el *loaddefs.el -leim/changed.misc -leim/changed.tit lisp/cedet/semantic/bovine/c-by.el lisp/cedet/semantic/bovine/make-by.el lisp/cedet/semantic/bovine/scm-by.el @@ -116,6 +116,7 @@ lisp/leim/quail/quick-b5.el lisp/leim/quail/quick-cns.el lisp/leim/quail/tsang-b5.el lisp/leim/quail/tsang-cns.el +lisp/mh-e/mh-autoloads.el lisp/subdirs.el # Dependencies. @@ -136,26 +137,28 @@ src/stamp-h1 # Object files and debugging. *.a *.dSYM/ +*.dll *.core *.elc *.o *.res *.so -*.dll [0-9]*.core core core.*[0-9] +gmon.out oo/ oo-spd/ src/*.map # Tests. test/indent/*.new -test/biditest.txt -test/etags/srclist -test/etags/regexfile -test/etags/ETAGS -test/etags/CTAGS +test/make-test-deps.mk +test/manual/biditest.txt +test/manual/etags/srclist +test/manual/etags/regexfile +test/manual/etags/ETAGS +test/manual/etags/CTAGS # ctags, etags. TAGS |