diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-11-17 20:20:07 -0500 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-11-17 20:55:50 -0500 |
commit | 20edd1bc425fcb9126720574e202eb33566da3e5 (patch) | |
tree | 1aa8ea3b9a2335ba5134e132fe18deed2b4725f0 /.gitignore | |
parent | 33519eeb07011d70798dd9b82e62cefb192de1e3 (diff) | |
download | evolution-data-server-20edd1bc425fcb9126720574e202eb33566da3e5.tar.gz |
Enable automatic .gitignore generation.
Uses Behdad Esfahbod's excellent git.mk script.
Also fix some untracked files that the script found.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 186 |
1 files changed, 149 insertions, 37 deletions
diff --git a/.gitignore b/.gitignore index cfc2cfd17..178bc53e0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,37 +1,149 @@ -# for all subdirectories -Makefile.in -Makefile -.libs -.deps -*.o -*.lo -*.la -.*.swp - -# autofoo stuff here -aclocal.m4 -autom4te.cache -compile -config.* -configure -depcomp -gtk-doc.make -install-sh -intltool-*.in -libtool -ltmain.sh -missing -mkinstalldirs -stamp-* -INSTALL -dolt* - -# misc generated stuff -*.pc -*.server -*-bindings.h -*-glue.h -*-marshal.[ch] -*-enumtypes.[ch] -iconv-detect.h -*.service +/*.bak +/*.lo +/*.o +/*.orig +/*.rej +/*.tab.c +/*~ +/.*.sw[nop] +/.deps +/.gitignore +/.libs +/GPATH +/GRTAGS +/GSYMS +/GTAGS +/ID +/INSTALL +/Makefile +/Makefile.in +/TAGS +/_libs +/aclocal.m4 +/autom4te.cache +/autoscan.log +/compile +/config.cache +/config.guess +/config.h +/config.h.in +/config.log +/config.lt +/config.status +/config.status.lineno +/config.sub +/configure +/configure.lineno +/configure.scan +/depcomp +/evolution-data-server-1.2.pc +/evolution-data-server-zip +/evolution-data-server.pc +/gtk-doc.make +/iconv-detect.h +/install-sh +/intltool-extract.in +/intltool-merge.in +/intltool-update.in +/libtool +/ltmain.sh +/m4/gtk-doc.m4 +/m4/intltool.m4 +/m4/libtool.m4 +/m4/ltoptions.m4 +/m4/ltsugar.m4 +/m4/ltversion.m4 +/m4/lt~obsolete.m4 +/missing +/mkinstalldirs +/po/*.mo +/po/.intltool-merge-cache +/po/Makefile +/po/Makefile.in +/po/Makefile.in.in +/po/POTFILES +/po/am.gmo +/po/ar.gmo +/po/as.gmo +/po/ast.gmo +/po/az.gmo +/po/be.gmo +/po/bg.gmo +/po/bn.gmo +/po/bn_IN.gmo +/po/bs.gmo +/po/ca.gmo +/po/cs.gmo +/po/cy.gmo +/po/da.gmo +/po/de.gmo +/po/dz.gmo +/po/el.gmo +/po/en@shaw.gmo +/po/en_AU.gmo +/po/en_CA.gmo +/po/en_GB.gmo +/po/es.gmo +/po/et.gmo +/po/eu.gmo +/po/fa.gmo +/po/fi.gmo +/po/fr.gmo +/po/ga.gmo +/po/gl.gmo +/po/gu.gmo +/po/he.gmo +/po/hi.gmo +/po/hr.gmo +/po/hu.gmo +/po/id.gmo +/po/is.gmo +/po/it.gmo +/po/ja.gmo +/po/ka.gmo +/po/kn.gmo +/po/ko.gmo +/po/ku.gmo +/po/lt.gmo +/po/lv.gmo +/po/mai.gmo +/po/mk.gmo +/po/ml.gmo +/po/mn.gmo +/po/mr.gmo +/po/ms.gmo +/po/nb.gmo +/po/ne.gmo +/po/nl.gmo +/po/nn.gmo +/po/oc.gmo +/po/or.gmo +/po/pa.gmo +/po/pl.gmo +/po/pt.gmo +/po/pt_BR.gmo +/po/ro.gmo +/po/ru.gmo +/po/rw.gmo +/po/si.gmo +/po/sk.gmo +/po/sl.gmo +/po/sq.gmo +/po/sr.gmo +/po/sr@latin.gmo +/po/stamp-it +/po/sv.gmo +/po/ta.gmo +/po/te.gmo +/po/th.gmo +/po/tr.gmo +/po/uk.gmo +/po/vi.gmo +/po/wa.gmo +/po/xh.gmo +/po/zh_CN.gmo +/po/zh_HK.gmo +/po/zh_TW.gmo +/so_locations +/stamp-h1 +/tags |