From: Peter A. Bigot Date: Fri, 16 May 2014 13:29:57 +0000 (-0500) Subject: gitignore: ignore files generated by running configure X-Git-Tag: v1.5.0-rc1~100^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ebad0c85ee981d2d79d4c6431d64017d2df17d8e;p=thirdparty%2Frrdtool-1.x.git gitignore: ignore files generated by running configure These can be removed with: git clean -fdx Doing so will also remove the autotools support files generated by bootstrap. --- diff --git a/.gitignore b/.gitignore index 42c73583..28caa2b0 100644 --- a/.gitignore +++ b/.gitignore @@ -32,6 +32,22 @@ Makefile.in /rrd_config.h.in /ar-lib +# autoconf generated files +Makefile +.deps/ +/config.h +/config.log +/config.status +/etc/rrdcached.service +/etc/rrdcached.socket +/examples/*.pl +/libtool +/rrd_config.h +/src/librrd.pc +/src/librrd.sym.in +/src/rrd_config.h +/stamp-h1 + # po /ABOUT-NLS /po/* diff --git a/bindings/tcl/.gitignore b/bindings/tcl/.gitignore new file mode 100644 index 00000000..8636387b --- /dev/null +++ b/bindings/tcl/.gitignore @@ -0,0 +1,3 @@ +# autoconf generated files +/ifCOC +/ifOctets.tcl