summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore9
1 files changed, 7 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 1fe572c9..693f6064 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,6 +4,8 @@
*.la
*.lo
*.o
+*.tar.bz2
+*.tar.gz
*~
.deps/
.libs/
@@ -14,6 +16,7 @@
/AUTHORS
/COPYING
/ChangeLog
+/Doxyfile.gen
/Makefile
/Makefile.in
/RegressionTests
@@ -31,6 +34,10 @@
/configure
/configure.in
/depcomp
+/doc/Doxyfile.bak
+/doc/Doxyfile.gen
+/doc/html
+/doc/latex
/elc-stamp
/elisp-comp
/install-sh
@@ -71,5 +78,3 @@ ltmain.sh
missing
stamp-h1
texinfo.tex
-*.tar.gz
-*.tar.bz2