]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commitdiff
gitignore: ignore files generated by running make 471/head
authorPeter A. Bigot <pab@pabigot.com>
Fri, 16 May 2014 13:43:07 +0000 (08:43 -0500)
committerPeter A. Bigot <pab@pabigot.com>
Fri, 16 May 2014 13:43:29 +0000 (08:43 -0500)
.gitignore
bindings/perl-piped/.gitignore [new file with mode: 0644]
bindings/perl-shared/.gitignore [new file with mode: 0644]
bindings/python/.gitignore [new file with mode: 0644]
bindings/tcl/.gitignore
examples/.gitignore [new file with mode: 0644]
src/.gitignore [new file with mode: 0644]

index 28caa2b0922c47311ed8d345d9b1fe2bbd7e8cef..b859e1c71ec31b9a57176f8c0f049117d5bdab03 100644 (file)
@@ -40,7 +40,6 @@ Makefile
 /config.status
 /etc/rrdcached.service
 /etc/rrdcached.socket
-/examples/*.pl
 /libtool
 /rrd_config.h
 /src/librrd.pc
@@ -64,3 +63,10 @@ Makefile
 
 #vim swp file
 *.swp
+
+# generated documentation files
+/doc/*.txt
+/doc/*.html
+/doc/*.1
+/doc/*.3
+/doc/pod2*.tmp
diff --git a/bindings/perl-piped/.gitignore b/bindings/perl-piped/.gitignore
new file mode 100644 (file)
index 0000000..741a4bf
--- /dev/null
@@ -0,0 +1,4 @@
+# generated files
+/MYMETA.yml
+/blib/
+/pm_to_blib
diff --git a/bindings/perl-shared/.gitignore b/bindings/perl-shared/.gitignore
new file mode 100644 (file)
index 0000000..3d48437
--- /dev/null
@@ -0,0 +1,6 @@
+# generated files
+/MYMETA.yml
+/RRDs.bs
+/RRDs.c
+/blib/
+/pm_to_blib
diff --git a/bindings/python/.gitignore b/bindings/python/.gitignore
new file mode 100644 (file)
index 0000000..fbb1ecc
--- /dev/null
@@ -0,0 +1,2 @@
+# generated files
+/build/
index 8636387b712a97c066d22707635f95d4b73a9613..ec8d6b05df5b7e5cdc752f5123e58e6d86a95942 100644 (file)
@@ -1,3 +1,6 @@
 # autoconf generated files
 /ifCOC
 /ifOctets.tcl
+## enh-gitignore
+/pkgIndex.tcl
+/tclrrd1.4.999.so
diff --git a/examples/.gitignore b/examples/.gitignore
new file mode 100644 (file)
index 0000000..2a25737
--- /dev/null
@@ -0,0 +1,3 @@
+# autoconf generated files
+/*.pl
+/cgi-demo.cgi
diff --git a/src/.gitignore b/src/.gitignore
new file mode 100644 (file)
index 0000000..d0ac56e
--- /dev/null
@@ -0,0 +1,7 @@
+# build-generated files
+/.libs/
+/librrd.sym
+/rrdcached
+/rrdcgi
+/rrdtool
+/rrdupdate