summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore6
1 files changed, 5 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 318e79f..d298069 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,7 +5,6 @@ Makefile.in
Makefile.in.in
Makevars
aclocal.m4
-config.*
configure
depcomp
install-sh
@@ -15,6 +14,8 @@ stamp-h1
autom4te.cache/
m4/
+./config.*
+
doc/*.1
doc/*.html
doc/*.pdf
@@ -31,3 +32,6 @@ po/stamp-po
src/*.o
src/.deps/
src/calcurse
+
+test/*.o
+test/run-test