]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commitdiff
add a gitignore file 382/head
authorVincent Bernat <vincent.bernat@dailymotion.com>
Thu, 4 Apr 2013 17:18:50 +0000 (19:18 +0200)
committerVincent Bernat <vincent.bernat@dailymotion.com>
Thu, 4 Apr 2013 17:18:50 +0000 (19:18 +0200)
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.

.gitignore [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..1de0bac
--- /dev/null
@@ -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.*