diff options
| -rw-r--r-- | .gitignore | 3 | ||||
| -rw-r--r-- | modules/.gitignore | 8 |
2 files changed, 3 insertions, 8 deletions
diff --git a/.gitignore b/.gitignore index fda50e9df77..86e377eb0c0 100644 --- a/.gitignore +++ b/.gitignore | |||
| @@ -42,6 +42,7 @@ InfoPlist.strings | |||
| 42 | Makefile | 42 | Makefile |
| 43 | makefile | 43 | makefile |
| 44 | !etc/refcards/Makefile | 44 | !etc/refcards/Makefile |
| 45 | !modules/mod-test/Makefile | ||
| 45 | !test/automated/data/flymake/Makefile | 46 | !test/automated/data/flymake/Makefile |
| 46 | !test/indent/Makefile | 47 | !test/indent/Makefile |
| 47 | !test/etags/Makefile | 48 | !test/etags/Makefile |
| @@ -139,6 +140,7 @@ src/stamp-h1 | |||
| 139 | *.elc | 140 | *.elc |
| 140 | *.o | 141 | *.o |
| 141 | *.res | 142 | *.res |
| 143 | *.so | ||
| 142 | [0-9]*.core | 144 | [0-9]*.core |
| 143 | core | 145 | core |
| 144 | core.*[0-9] | 146 | core.*[0-9] |
| @@ -207,6 +209,7 @@ lisp/international/uni-*.el | |||
| 207 | *.cms | 209 | *.cms |
| 208 | *.cp | 210 | *.cp |
| 209 | *.cps | 211 | *.cps |
| 212 | *.doc | ||
| 210 | *.dvi | 213 | *.dvi |
| 211 | *.fn | 214 | *.fn |
| 212 | *.fns | 215 | *.fns |
diff --git a/modules/.gitignore b/modules/.gitignore deleted file mode 100644 index 33a872ef84a..00000000000 --- a/modules/.gitignore +++ /dev/null | |||
| @@ -1,8 +0,0 @@ | |||
| 1 | # built modules | ||
| 2 | *.so | ||
| 3 | |||
| 4 | # built DOCFILEs | ||
| 5 | *.doc | ||
| 6 | |||
| 7 | # include makefile for now | ||
| 8 | !Makefile | ||