From: Daniel Colascione Date: Fri, 23 Feb 2018 01:45:01 +0000 (-0800) Subject: Add more build outputs to .gitignore X-Git-Tag: emacs-27.0.90~5636 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a12dccc713c3de1c1069ea6b4c173a789bd4a45c;p=emacs.git Add more build outputs to .gitignore * .gitignore: Add more generated files --- 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