mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-06-14 12:31:25 +00:00
Add more build outputs to .gitignore
* .gitignore: Add more generated files
This commit is contained in:
parent
b9d414e77c
commit
a12dccc713
1 changed files with 6 additions and 0 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue