From: Vincent Bernat Date: Thu, 4 Apr 2013 17:18:50 +0000 (+0200) Subject: add a gitignore file X-Git-Tag: v1.5.0-rc1~182^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F382%2Fhead;p=thirdparty%2Frrdtool-1.x.git add a gitignore file It contains common exclusion rules, autoconf stuff, automake stuff, cscope and po. It is expected that a user would use a `build/` directory to build stuff. --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..1de0bac4 --- /dev/null +++ b/.gitignore @@ -0,0 +1,37 @@ +*~ +*.o +*.lo +*.a +*.la +/build/ + +# autotools stuff +/m4/*.m4 +!/m4/acinclude.m4 +/aclocal.m4 +/ltmain.sh +/install-sh +/config.guess +/config.sub +/autom4te.cache/ +/compile +/configure +/depcomp +/missing +/config.rpath + +# automake +Makefile.in +/rrd_config.h.in +/ar-lib + +# po +/ABOUT-NLS +/po/* +!/po/ChangeLog +!/po/LINGUAS +!/po/Makevars +!/po/POTFILES.in + +# cscope +/cscope.*