commit c7f1af57c14f9b03b53281821eb18716c333d343
Author: Oswald Buddenhagen <o...@kde.org>
Date:   Sun Feb 7 12:24:30 2010 +0100

    cvsignore => gitignore

 .cvsignore => .gitignore              |    6 ++++++
 Makefile.am                           |    2 +-
 src/{.cvsignore => .gitignore}        |    1 +
 src/compat/{.cvsignore => .gitignore} |    1 +
 4 files changed, 9 insertions(+), 1 deletions(-)

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 4761d31..89facc6 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

------------------------------------------------------------------------------
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
_______________________________________________
isync-devel mailing list
isync-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/isync-devel

Reply via email to