X-Git-Url: https://git.tokkee.org/?p=collectd.git;a=blobdiff_plain;f=.gitignore;h=6e87aaf27590797fe199103b5ebb94cd592aea7a;hp=e8f9af66d7879336910ff56dd76f8b70d796dd23;hb=HEAD;hpb=3fc5e82f4a1a10008789ea3a2ec215c6a2d6b1ff diff --git a/.gitignore b/.gitignore index e8f9af66..6e87aaf2 100644 --- a/.gitignore +++ b/.gitignore @@ -33,6 +33,7 @@ src/stamp-h1 .libs/ src/collectd src/collectd-nagios +src/collectdctl src/collectdmon src/*.1 src/*.5 @@ -48,6 +49,9 @@ src/liboconfig/parser.c src/liboconfig/parser.h src/liboconfig/scanner.c +# protobuf stuff: +src/*.pb-c.[ch] + # make dist stuff: /collectd-*.tar.gz /collectd-*.tar.bz2 @@ -65,3 +69,9 @@ bindings/java/org/collectd/java/*.class # python stuff *.pyc + +# tag stuff +src/tags + +# backup stuff +*~