Commit 32ce0a8d authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

prototest: ignore benchmark files

parent e4b3987c
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -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
+0 −17
Original line number Diff line number Diff line
@0xad5b236043de2389;

struct Benchmark {
	data @0 :List(Float64);
	nesting @1 :Nesting;
	sensor @2 :Text;
	time @3 :Int64;

	struct Nesting {
		foo @0 :Foo;

		struct Foo {
			hurr @0 :Text;
			qwop @1 :Int64;
		}
	}
}