diff options
author | Daniel Colascione <dancol@dancol.org> | 2018-02-22 17:45:01 -0800 |
---|---|---|
committer | Daniel Colascione <dancol@dancol.org> | 2018-02-22 17:50:39 -0800 |
commit | a12dccc713c3de1c1069ea6b4c173a789bd4a45c (patch) | |
tree | 04a5eda0ff706e523f8d28d724efb457d272c34a /.gitignore | |
parent | b9d414e77c4f6396e202069fdd233b6687e6da64 (diff) | |
download | emacs-a12dccc713c3de1c1069ea6b4c173a789bd4a45c.tar.gz |
Add more build outputs to .gitignore
* .gitignore: Add more generated files
Diffstat (limited to '.gitignore')
-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 src/epaths.h src/emacs-module.h +# Miscellaneous build stuf +build-aux/ + # C-level sources built by 'make'. lib/alloca.h lib/byteswap.h @@ -112,6 +115,9 @@ lisp/subdirs.el # Dependencies. deps/ +lib/.deps +src/stamp-h.in +src/stamp-h1 # Logs and temporaries. *.log |