parent
b6ae600419
commit
e895cd11f7
6
.cvsignore → .gitignore
vendored
6
.cvsignore → .gitignore
vendored
|
@ -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
|
||||||
|
*~
|
|
@ -64,7 +64,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
src/.cvsignore → src/.gitignore
vendored
1
src/.cvsignore → src/.gitignore
vendored
|
@ -3,3 +3,4 @@ Makefile
|
||||||
Makefile.in
|
Makefile.in
|
||||||
mbsync
|
mbsync
|
||||||
mdconvert
|
mdconvert
|
||||||
|
*.o
|
|
@ -2,3 +2,4 @@
|
||||||
Makefile
|
Makefile
|
||||||
Makefile.in
|
Makefile.in
|
||||||
isync
|
isync
|
||||||
|
*.o
|
Loading…
Reference in New Issue
Block a user