aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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