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

    cvsignore => gitignore
    
    (cherry picked from commit fe93082750537311bb4035e036a9f84bfde1285d)

 .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 0dff87b..f83fb4f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -64,7 +64,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 91%
rename from src/.cvsignore
rename to src/.gitignore
index d6cbd59..25ae8f6 100644
--- a/src/.cvsignore
+++ b/src/.gitignore
@@ -3,3 +3,4 @@ Makefile
 Makefile.in
 mbsync
 mdconvert
+*.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

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
isync-devel mailing list
isync-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/isync-devel

Reply via email to