syncevolution/.gitignore
Patrick Ohly 67e3448355 .gitignore: fixes for .gitignore and .patch
.gitignore itself is under git control and thus should not be ignored.

*.patch was too broad and ignored files which have to be tracked by
git, like test/testcases/*.patch. Now it only matches patch files in
the top-level directory, like the ones which might be created there by
"git format-patch".
2010-03-18 11:52:43 +01:00

22 lines
243 B
Plaintext

*~
/.dotest
/Makefile.am
aclocal.m4
m4
autom4te.cache
config.guess
config.h.in
config.sub
configure
configure.in
depcomp
install-sh
ltmain.sh
missing
Makefile.in
src/Makefile.am
po/Makefile.in.in
po/LINGUAS
mkinstalldirs
intltool-*.in
/*.patch