diff options
| author | Paul Eggert | 2018-02-23 11:57:52 -0800 |
|---|---|---|
| committer | Paul Eggert | 2018-02-23 11:58:15 -0800 |
| commit | 15863145cb8468b18b620d9dd82f90eaf4775d25 (patch) | |
| tree | c20b27a3d2bb36b097c7441ab6e89a26039e184a | |
| parent | 0b39f1afe031acddcca81704f1d3524ad4751f1a (diff) | |
| download | emacs-15863145cb8468b18b620d9dd82f90eaf4775d25.tar.gz emacs-15863145cb8468b18b620d9dd82f90eaf4775d25.zip | |
* .gitignore: revert latest change; not currently needed
| -rw-r--r-- | .gitignore | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/.gitignore b/.gitignore index a231b80b2de..d3712b0d6cf 100644 --- a/.gitignore +++ b/.gitignore | |||
| @@ -48,9 +48,6 @@ src/config.h | |||
| 48 | src/epaths.h | 48 | src/epaths.h |
| 49 | src/emacs-module.h | 49 | src/emacs-module.h |
| 50 | 50 | ||
| 51 | # Miscellaneous build stuf | ||
| 52 | build-aux/ | ||
| 53 | |||
| 54 | # C-level sources built by 'make'. | 51 | # C-level sources built by 'make'. |
| 55 | lib/alloca.h | 52 | lib/alloca.h |
| 56 | lib/byteswap.h | 53 | lib/byteswap.h |
| @@ -115,9 +112,6 @@ lisp/subdirs.el | |||
| 115 | 112 | ||
| 116 | # Dependencies. | 113 | # Dependencies. |
| 117 | deps/ | 114 | deps/ |
| 118 | lib/.deps | ||
| 119 | src/stamp-h.in | ||
| 120 | src/stamp-h1 | ||
| 121 | 115 | ||
| 122 | # Logs and temporaries. | 116 | # Logs and temporaries. |
| 123 | *.log | 117 | *.log |