diff options
| author | Daniel Colascione | 2018-02-22 17:45:01 -0800 |
|---|---|---|
| committer | Daniel Colascione | 2018-02-22 17:50:39 -0800 |
| commit | a12dccc713c3de1c1069ea6b4c173a789bd4a45c (patch) | |
| tree | 04a5eda0ff706e523f8d28d724efb457d272c34a | |
| parent | b9d414e77c4f6396e202069fdd233b6687e6da64 (diff) | |
| download | emacs-a12dccc713c3de1c1069ea6b4c173a789bd4a45c.tar.gz emacs-a12dccc713c3de1c1069ea6b4c173a789bd4a45c.zip | |
Add more build outputs to .gitignore
* .gitignore: Add more generated files
| -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 |