From a12dccc713c3de1c1069ea6b4c173a789bd4a45c Mon Sep 17 00:00:00 2001 From: Daniel Colascione Date: Thu, 22 Feb 2018 17:45:01 -0800 Subject: [PATCH] Add more build outputs to .gitignore * .gitignore: Add more generated files --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- 2.39.2