aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore12
1 files changed, 11 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 09a2eac..fa059ab 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,15 +5,20 @@ Makefile.in
Makefile.in.in
aclocal.m4
configure
+compile
depcomp
install-sh
missing
+mkinstalldirs
stamp-h1
.version
autom4te.cache/
m4/
-./config.*
+/config.*
+
+/contrib/caldav/calcurse-caldav
+/contrib/vdir/calcurse-vdir
doc/*.1
doc/*.html
@@ -24,15 +29,20 @@ po/*.gmo
po/*.header
po/*.sin
po/*.sed
+po/Makevars.template
po/POTFILES
po/Rules-quot
po/stamp-po
+/scripts/calcurse-upgrade
+
src/*.o
src/.deps/
src/calcurse
+test-driver
test/*.o
test/*.log
test/*.trs
test/run-test
+test/.deps/