瀏覽代碼

cvsignore => gitignore

Oswald Buddenhagen 15 年之前
父節點
當前提交
4729b1ee23
共有 4 個文件被更改,包括 9 次插入1 次删除
  1. 6 0
      .gitignore
  2. 1 1
      Makefile.am
  3. 1 0
      src/.gitignore
  4. 1 0
      src/compat/.gitignore

+ 6 - 0
.cvsignore → .gitignore

@@ -1,4 +1,6 @@
 .autoconf_trace
 .autoconf_trace
+ChangeLog
+INSTALL
 Makefile
 Makefile
 Makefile.in
 Makefile.in
 autom4te.cache
 autom4te.cache
@@ -14,9 +16,13 @@ config.sub
 configure
 configure
 configure.lineno
 configure.lineno
 configure-stamp
 configure-stamp
+depcomp
+install-sh
 isync.spec
 isync.spec
 isync-*.tar.gz
 isync-*.tar.gz
+missing
 patch-stamp
 patch-stamp
 stamp-h
 stamp-h
 stamp-h.in
 stamp-h.in
 stamp-h1
 stamp-h1
+*~

+ 1 - 1
Makefile.am

@@ -65,7 +65,7 @@ deb-clean:
 distdir distclean: deb-clean
 distdir distclean: deb-clean
 
 
 dist-hook:
 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
 dist-sign: dist
 	gpg -b -a $(PACKAGE)-$(VERSION).tar.gz
 	gpg -b -a $(PACKAGE)-$(VERSION).tar.gz

+ 1 - 0
src/.cvsignore → src/.gitignore

@@ -4,3 +4,4 @@ Makefile.in
 mbsync
 mbsync
 mdconvert
 mdconvert
 tmp
 tmp
+*.o

+ 1 - 0
src/compat/.cvsignore → src/compat/.gitignore

@@ -2,3 +2,4 @@
 Makefile
 Makefile
 Makefile.in
 Makefile.in
 isync
 isync
+*.o