diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2015-11-19 08:21:10 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2015-11-19 08:21:41 -0800 |
commit | ca3bc790a76dd91d7063d13ba41b77ebc8bd2cb8 (patch) | |
tree | fc8ef583535877382046b73bf579e0329683efa1 /.gitignore | |
parent | c8404f48a33ad39bca57e1442e23fc02573aed20 (diff) | |
download | emacs-ca3bc790a76dd91d7063d13ba41b77ebc8bd2cb8.tar.gz |
Migrate modules/.gitignore into .gitignore
* .gitignore: Add former contents of modules/.gitignore.
* modules/.gitignore: Remove.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index fda50e9df77..86e377eb0c0 100644 --- a/.gitignore +++ b/.gitignore @@ -42,6 +42,7 @@ InfoPlist.strings Makefile makefile !etc/refcards/Makefile +!modules/mod-test/Makefile !test/automated/data/flymake/Makefile !test/indent/Makefile !test/etags/Makefile @@ -139,6 +140,7 @@ src/stamp-h1 *.elc *.o *.res +*.so [0-9]*.core core core.*[0-9] @@ -207,6 +209,7 @@ lisp/international/uni-*.el *.cms *.cp *.cps +*.doc *.dvi *.fn *.fns |