commit e895cd11f7a6cdf1cb403335dd3161cabe399b0f
Author: Oswald Buddenhagen <o...@users.sf.net>
Date:   Sun Feb 7 12:24:30 2010 +0100

    cvsignore => gitignore
    
    (cherry picked from commit 4729b1ee230ae944e38c864e7bc390c63fa03bac)

 .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

------------------------------------------------------------------------------
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today. http://sdm.link/xeonphi
_______________________________________________
isync-devel mailing list
isync-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/isync-devel

Reply via email to