diff options
| author | Stefan Monnier | 2014-11-15 00:44:14 -0500 |
|---|---|---|
| committer | Stefan Monnier | 2014-11-15 00:44:14 -0500 |
| commit | 4cd0f2dc6f868bc76c2326db1a16b3bb21f78024 (patch) | |
| tree | 2a854a8c6cdcd5e941cbe80dd01bcefd5992bcfc | |
| parent | 15ec2d7cffe5f0eb4c073ef7b446a654fb8419e4 (diff) | |
| download | emacs-4cd0f2dc6f868bc76c2326db1a16b3bb21f78024.tar.gz emacs-4cd0f2dc6f868bc76c2326db1a16b3bb21f78024.zip | |
* .gitignore: Add a few more missing entries.
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index b075fec2e58..5b108c6d400 100644 --- a/.gitignore +++ b/.gitignore | |||
| @@ -12,6 +12,7 @@ autom4te.cache | |||
| 12 | makefile | 12 | makefile |
| 13 | TAGS | 13 | TAGS |
| 14 | *~ | 14 | *~ |
| 15 | .#* | ||
| 15 | /README.W32 | 16 | /README.W32 |
| 16 | .gitattributes | 17 | .gitattributes |
| 17 | 18 | ||
| @@ -27,6 +28,7 @@ test/biditest.txt | |||
| 27 | Makefile | 28 | Makefile |
| 28 | config.log | 29 | config.log |
| 29 | config.status | 30 | config.status |
| 31 | config.cache | ||
| 30 | lib-src/ctags | 32 | lib-src/ctags |
| 31 | lib-src/ebrowse | 33 | lib-src/ebrowse |
| 32 | lib-src/emacsclient | 34 | lib-src/emacsclient |
| @@ -35,6 +37,7 @@ lib-src/hexl | |||
| 35 | lib-src/make-docfile | 37 | lib-src/make-docfile |
| 36 | lib-src/movemail | 38 | lib-src/movemail |
| 37 | lib-src/profile | 39 | lib-src/profile |
| 40 | lib-src/test-distrib | ||
| 38 | lib-src/update-game-score | 41 | lib-src/update-game-score |
| 39 | *.o | 42 | *.o |
| 40 | *.exe | 43 | *.exe |