Browse Source

cvsignore => gitignore

(cherry picked from commit 4729b1ee23)
1.0
Oswald Buddenhagen 15 years ago
parent
commit
e895cd11f7
  1. 6
      .gitignore
  2. 2
      Makefile.am
  3. 1
      src/.gitignore
  4. 1
      src/compat/.gitignore

6
.cvsignore → .gitignore vendored

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

2
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

1
src/.cvsignore → src/.gitignore vendored

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

1
src/compat/.cvsignore → src/compat/.gitignore vendored

@ -2,3 +2,4 @@
Makefile
Makefile.in
isync
*.o
Loading…
Cancel
Save