diff options
| -rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index d3712b0d6cf..a231b80b2de 100644 --- a/.gitignore +++ b/.gitignore | |||
| @@ -48,6 +48,9 @@ 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 | |||
| 51 | # C-level sources built by 'make'. | 54 | # C-level sources built by 'make'. |
| 52 | lib/alloca.h | 55 | lib/alloca.h |
| 53 | lib/byteswap.h | 56 | lib/byteswap.h |
| @@ -112,6 +115,9 @@ lisp/subdirs.el | |||
| 112 | 115 | ||
| 113 | # Dependencies. | 116 | # Dependencies. |
| 114 | deps/ | 117 | deps/ |
| 118 | lib/.deps | ||
| 119 | src/stamp-h.in | ||
| 120 | src/stamp-h1 | ||
| 115 | 121 | ||
| 116 | # Logs and temporaries. | 122 | # Logs and temporaries. |
| 117 | *.log | 123 | *.log |