From 4729b1ee230ae944e38c864e7bc390c63fa03bac Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Sun, 7 Feb 2010 12:24:30 +0100 Subject: [PATCH] cvsignore => gitignore --- .cvsignore => .gitignore | 6 ++++++ Makefile.am | 2 +- src/{.cvsignore => .gitignore} | 1 + src/compat/{.cvsignore => .gitignore} | 1 + 4 files changed, 9 insertions(+), 1 deletion(-) rename .cvsignore => .gitignore (84%) rename src/{.cvsignore => .gitignore} (92%) rename src/compat/{.cvsignore => .gitignore} (89%) diff --git a/.cvsignore b/.gitignore similarity index 84% rename from .cvsignore rename to .gitignore index ad6c4ed..8c1c41c 100644 --- a/.cvsignore +++ b/.gitignore @@ -1,4 +1,6 @@ .autoconf_trace +ChangeLog +INSTALL Makefile Makefile.in autom4te.cache @@ -14,9 +16,13 @@ config.sub configure configure.lineno configure-stamp +depcomp +install-sh isync.spec isync-*.tar.gz +missing patch-stamp stamp-h stamp-h.in stamp-h1 +*~ diff --git a/Makefile.am b/Makefile.am index 6931537..399bb1f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -65,7 +65,7 @@ deb-clean: distdir distclean: deb-clean dist-hook: - find $(distdir)/debian \( -name CVS -o -name .cvsignore -o -name .#\*# -o -type l \) -print0 | xargs -0r rm -rf + find $(distdir)/debian \( -name .git -o -name .gitignore -o -name .#\*# -o -type l \) -print0 | xargs -0r rm -rf dist-sign: dist gpg -b -a $(PACKAGE)-$(VERSION).tar.gz diff --git a/src/.cvsignore b/src/.gitignore similarity index 92% rename from src/.cvsignore rename to src/.gitignore index 3f24136..7e3fee2 100644 --- a/src/.cvsignore +++ b/src/.gitignore @@ -4,3 +4,4 @@ Makefile.in mbsync mdconvert tmp +*.o diff --git a/src/compat/.cvsignore b/src/compat/.gitignore similarity index 89% rename from src/compat/.cvsignore rename to src/compat/.gitignore index 5630809..8b6b13f 100644 --- a/src/compat/.cvsignore +++ b/src/compat/.gitignore @@ -2,3 +2,4 @@ Makefile Makefile.in isync +*.o