From ebad0c85ee981d2d79d4c6431d64017d2df17d8e Mon Sep 17 00:00:00 2001 From: "Peter A. Bigot" Date: Fri, 16 May 2014 08:29:57 -0500 Subject: [PATCH] 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. --- .gitignore | 16 ++++++++++++++++ bindings/tcl/.gitignore | 3 +++ 2 files changed, 19 insertions(+) create mode 100644 bindings/tcl/.gitignore 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 -- 2.47.2