diff options
-rw-r--r-- | .gitignore | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -5,9 +5,11 @@ Makefile.in Makefile.in.in aclocal.m4 configure +compile depcomp install-sh missing +mkinstalldirs stamp-h1 .version autom4te.cache/ @@ -15,6 +17,9 @@ m4/ /config.* +/contrib/caldav/calcurse-caldav +/contrib/vdir/calcurse-vdir + doc/*.1 doc/*.html doc/*.pdf @@ -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/ |