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

View File

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

View File

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

View File

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