cvsignore => gitignore

This commit is contained in:
Oswald Buddenhagen 2010-02-07 12:24:30 +01:00
parent 474ce08b3a
commit 4729b1ee23
4 changed files with 9 additions and 1 deletions

View File

@ -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
*~

View File

@ -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

View File

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

View File

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