aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhoijui <hoijui.quaero@gmail.com>2020-02-15 22:19:57 +0100
committerLukas Fleischer <lfleischer@calcurse.org>2020-02-18 14:37:42 +0100
commit96c0790804f9c80803debc2e7b61d216ab66b3af (patch)
tree87e587ae715d21a272a97216af709a9ba6cb98b0
parent1c29997254e5ebd02ad9bf267cb5780f9469d068 (diff)
downloadcalcurse-96c0790804f9c80803debc2e7b61d216ab66b3af.tar.gz
calcurse-96c0790804f9c80803debc2e7b61d216ab66b3af.zip
gitignore: ignore lots of auto-generated files
Signed-off-by: Lukas Fleischer <lfleischer@calcurse.org>
-rw-r--r--.gitignore10
1 files changed, 10 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index ca8909a..fa059ab 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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/