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 /.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

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

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

6
src/compat/.gitignore vendored

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

Loading…
Cancel
Save