X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=.gitignore;h=d74238957e438cfc15b2494c58bc9c50b4451fb7;hb=439a2277918a60c04e9606dd3e9ef3d7e8dcd856;hp=b14cc7abd3678d58100952abac32260624e1fef8;hpb=b24fe01f603e1422de29c2cf090eabb043df1965;p=collectd.git diff --git a/.gitignore b/.gitignore index b14cc7ab..d7423895 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,14 @@ bindings/java/org/collectd/java/*.class # backup stuff *~ + +# lint stuff +*.ln + # Unit tests +src/daemon/test-suite.log src/tests/ +src/test-suite.log test_* # src/daemon/...