aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Colascione2018-02-22 17:45:01 -0800
committerDaniel Colascione2018-02-22 17:50:39 -0800
commita12dccc713c3de1c1069ea6b4c173a789bd4a45c (patch)
tree04a5eda0ff706e523f8d28d724efb457d272c34a
parentb9d414e77c4f6396e202069fdd233b6687e6da64 (diff)
downloademacs-a12dccc713c3de1c1069ea6b4c173a789bd4a45c.tar.gz
emacs-a12dccc713c3de1c1069ea6b4c173a789bd4a45c.zip
Add more build outputs to .gitignore
* .gitignore: Add more generated files
-rw-r--r--.gitignore6
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index d3712b0d6cf..a231b80b2de 100644
--- a/.gitignore
+++ b/.gitignore
@@ -48,6 +48,9 @@ src/config.h
48src/epaths.h 48src/epaths.h
49src/emacs-module.h 49src/emacs-module.h
50 50
51# Miscellaneous build stuf
52build-aux/
53
51# C-level sources built by 'make'. 54# C-level sources built by 'make'.
52lib/alloca.h 55lib/alloca.h
53lib/byteswap.h 56lib/byteswap.h
@@ -112,6 +115,9 @@ lisp/subdirs.el
112 115
113# Dependencies. 116# Dependencies.
114deps/ 117deps/
118lib/.deps
119src/stamp-h.in
120src/stamp-h1
115 121
116# Logs and temporaries. 122# Logs and temporaries.
117*.log 123*.log