gitignore: ignore lots of auto-generated files
Signed-off-by: Lukas Fleischer <lfleischer@calcurse.org>
This commit is contained in:
parent
1c29997254
commit
96c0790804
10
.gitignore
vendored
10
.gitignore
vendored
@ -5,9 +5,11 @@ Makefile.in
|
|||||||
Makefile.in.in
|
Makefile.in.in
|
||||||
aclocal.m4
|
aclocal.m4
|
||||||
configure
|
configure
|
||||||
|
compile
|
||||||
depcomp
|
depcomp
|
||||||
install-sh
|
install-sh
|
||||||
missing
|
missing
|
||||||
|
mkinstalldirs
|
||||||
stamp-h1
|
stamp-h1
|
||||||
.version
|
.version
|
||||||
autom4te.cache/
|
autom4te.cache/
|
||||||
@ -15,6 +17,9 @@ m4/
|
|||||||
|
|
||||||
/config.*
|
/config.*
|
||||||
|
|
||||||
|
/contrib/caldav/calcurse-caldav
|
||||||
|
/contrib/vdir/calcurse-vdir
|
||||||
|
|
||||||
doc/*.1
|
doc/*.1
|
||||||
doc/*.html
|
doc/*.html
|
||||||
doc/*.pdf
|
doc/*.pdf
|
||||||
@ -24,15 +29,20 @@ po/*.gmo
|
|||||||
po/*.header
|
po/*.header
|
||||||
po/*.sin
|
po/*.sin
|
||||||
po/*.sed
|
po/*.sed
|
||||||
|
po/Makevars.template
|
||||||
po/POTFILES
|
po/POTFILES
|
||||||
po/Rules-quot
|
po/Rules-quot
|
||||||
po/stamp-po
|
po/stamp-po
|
||||||
|
|
||||||
|
/scripts/calcurse-upgrade
|
||||||
|
|
||||||
src/*.o
|
src/*.o
|
||||||
src/.deps/
|
src/.deps/
|
||||||
src/calcurse
|
src/calcurse
|
||||||
|
|
||||||
|
test-driver
|
||||||
test/*.o
|
test/*.o
|
||||||
test/*.log
|
test/*.log
|
||||||
test/*.trs
|
test/*.trs
|
||||||
test/run-test
|
test/run-test
|
||||||
|
test/.deps/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user