diff options
| author | Paul Eggert | 2015-11-19 08:21:10 -0800 |
|---|---|---|
| committer | Paul Eggert | 2015-11-19 08:21:41 -0800 |
| commit | ca3bc790a76dd91d7063d13ba41b77ebc8bd2cb8 (patch) | |
| tree | fc8ef583535877382046b73bf579e0329683efa1 /.gitignore | |
| parent | c8404f48a33ad39bca57e1442e23fc02573aed20 (diff) | |
| download | emacs-ca3bc790a76dd91d7063d13ba41b77ebc8bd2cb8.tar.gz emacs-ca3bc790a76dd91d7063d13ba41b77ebc8bd2cb8.zip | |
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 | |||
| 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 |