X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=.gitignore;h=3e26ccda2bd9bd8e474e99f126984d972c20b4e2;hb=edd9af8a874ebc9f2a7f02846807229a648917db;hp=b14cc7abd3678d58100952abac32260624e1fef8;hpb=82c9b0daf5ff90d01f4a4371f11727cd613e4b01;p=collectd.git diff --git a/.gitignore b/.gitignore index b14cc7ab..3e26ccda 100644 --- a/.gitignore +++ b/.gitignore @@ -52,6 +52,9 @@ src/liboconfig/scanner.c # protobuf stuff: src/*.pb-c.[ch] +src/*.grpc.pb.cc +src/*.pb.cc +src/*.pb.h # make dist stuff: /collectd-*.tar.gz @@ -74,8 +77,11 @@ bindings/java/org/collectd/java/*.class # backup stuff *~ + # Unit tests +src/daemon/test-suite.log src/tests/ +src/test-suite.log test_* # src/daemon/...