improve .gitignore files
- add missing entries - remove redundant entries which are inherited from parent dirs - mark dirctories as such - anchor specific files
This commit is contained in:
parent
7ddd8d1737
commit
46e792c3df
57
.gitignore
vendored
57
.gitignore
vendored
|
@ -1,30 +1,31 @@
|
||||||
.autoconf_trace
|
/.autoconf_trace
|
||||||
ChangeLog
|
/ChangeLog
|
||||||
INSTALL
|
/INSTALL
|
||||||
|
/autom4te.cache/
|
||||||
|
/aclocal.m4
|
||||||
|
/autodefs.h
|
||||||
|
/autodefs.h.in
|
||||||
|
/autodefs.h.in~
|
||||||
|
/build-stamp
|
||||||
|
/compile
|
||||||
|
/config.cache
|
||||||
|
/config.guess
|
||||||
|
/config.log
|
||||||
|
/config.status
|
||||||
|
/config.sub
|
||||||
|
/configure
|
||||||
|
/configure.lineno
|
||||||
|
/configure-stamp
|
||||||
|
/cov-int/
|
||||||
|
/depcomp
|
||||||
|
/install-sh
|
||||||
|
/isync.spec
|
||||||
|
/isync-*.tar.gz
|
||||||
|
/missing
|
||||||
|
/patch-stamp
|
||||||
|
/stamp-h
|
||||||
|
/stamp-h.in
|
||||||
|
/stamp-h1
|
||||||
|
|
||||||
Makefile
|
Makefile
|
||||||
Makefile.in
|
Makefile.in
|
||||||
autom4te.cache
|
|
||||||
aclocal.m4
|
|
||||||
autodefs.h
|
|
||||||
autodefs.h.in
|
|
||||||
build-stamp
|
|
||||||
compile
|
|
||||||
config.cache
|
|
||||||
config.guess
|
|
||||||
config.log
|
|
||||||
config.status
|
|
||||||
config.sub
|
|
||||||
configure
|
|
||||||
configure.lineno
|
|
||||||
configure-stamp
|
|
||||||
cov-int
|
|
||||||
depcomp
|
|
||||||
install-sh
|
|
||||||
isync.spec
|
|
||||||
isync-*.tar.gz
|
|
||||||
missing
|
|
||||||
patch-stamp
|
|
||||||
stamp-h
|
|
||||||
stamp-h.in
|
|
||||||
stamp-h1
|
|
||||||
*~
|
|
||||||
|
|
10
debian/.gitignore
vendored
10
debian/.gitignore
vendored
|
@ -1,5 +1,5 @@
|
||||||
files
|
/files
|
||||||
isync
|
/isync
|
||||||
isync.debhelper.log
|
/isync.debhelper.log
|
||||||
isync.postrm.debhelper
|
/isync.postrm.debhelper
|
||||||
isync.substvars
|
/isync.substvars
|
||||||
|
|
12
src/.gitignore
vendored
12
src/.gitignore
vendored
|
@ -1,7 +1,7 @@
|
||||||
.deps
|
/mbsync
|
||||||
Makefile
|
/mdconvert
|
||||||
Makefile.in
|
/tst_timers
|
||||||
mbsync
|
/tmp/
|
||||||
mdconvert
|
|
||||||
tmp
|
.deps/
|
||||||
*.o
|
*.o
|
||||||
|
|
6
src/compat/.gitignore
vendored
6
src/compat/.gitignore
vendored
|
@ -1,5 +1 @@
|
||||||
.deps
|
/isync
|
||||||
Makefile
|
|
||||||
Makefile.in
|
|
||||||
isync
|
|
||||||
*.o
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user