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 --- src/app/prototest/capnp_c_bench.capnp | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 src/app/prototest/capnp_c_bench.capnp (limited to 'src') diff --git a/src/app/prototest/capnp_c_bench.capnp b/src/app/prototest/capnp_c_bench.capnp deleted file mode 100644 index b6d5ba3..0000000 --- a/src/app/prototest/capnp_c_bench.capnp +++ /dev/null @@ -1,17 +0,0 @@ -@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; - } - } -} -- cgit v1.2.3