emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master a12dccc 3/3: Add more build outputs to .gitignore


From: Daniel Colascione
Subject: [Emacs-diffs] master a12dccc 3/3: Add more build outputs to .gitignore
Date: Thu, 22 Feb 2018 20:50:45 -0500 (EST)

branch: master
commit a12dccc713c3de1c1069ea6b4c173a789bd4a45c
Author: Daniel Colascione <address@hidden>
Commit: Daniel Colascione <address@hidden>

    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 d3712b0..a231b80 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]