From 32ce0a8db550c6e899058b2aac7e2f490aa51e93 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Thu, 22 Nov 2018 16:51:48 +0100 Subject: prototest: ignore benchmark files --- .gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 7964d03..6f027d9 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,11 @@ /src/app/prototest/nanopb.pb.h /src/app/prototest/nanopb.pb.cc /src/app/prototest/nanopb.proto +/src/app/prototest/nanopbbench.pb.h +/src/app/prototest/nanopbbench.pb.cc +/src/app/prototest/nanopbbench.proto +/src/app/prototest/capnp_c_bench.capnp +/src/app/prototest/capnp_c_bench.capnp.cc +/src/app/prototest/capnp_c_bench.capnp.h +/src/app/prototest/prototest_global.cc.inc +/src/app/prototest/prototest_local.cc.inc -- cgit v1.2.3