Browse Source

improve .gitignore files

- add missing entries
- remove redundant entries which are inherited from parent dirs
- mark dirctories as such
- anchor specific files
wip/server-refactor
Oswald Buddenhagen 9 years ago
parent
commit
46e792c3df
  1. 57
      .gitignore
  2. 10
      debian/.gitignore
  3. 12
      src/.gitignore
  4. 6
      src/compat/.gitignore

57
.gitignore vendored

@ -1,30 +1,31 @@
.autoconf_trace
ChangeLog
INSTALL
/.autoconf_trace
/ChangeLog
/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.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

@ -1,5 +1,5 @@
files
isync
isync.debhelper.log
isync.postrm.debhelper
isync.substvars
/files
/isync
/isync.debhelper.log
/isync.postrm.debhelper
/isync.substvars

12
src/.gitignore vendored

@ -1,7 +1,7 @@
.deps
Makefile
Makefile.in
mbsync
mdconvert
tmp
/mbsync
/mdconvert
/tst_timers
/tmp/
.deps/
*.o

6
src/compat/.gitignore vendored

@ -1,5 +1 @@
.deps
Makefile
Makefile.in
isync
*.o
/isync

Loading…
Cancel
Save