Add more build outputs to .gitignore

* .gitignore: Add more generated files
This commit is contained in:
Daniel Colascione
2018-02-22 17:45:01 -08:00
parent b9d414e77c
commit a12dccc713

6
.gitignore vendored
View File

@@ -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