diff options
author | Ondrej Fabry <ofabry@cisco.com> | 2018-10-03 05:14:40 -0700 |
---|---|---|
committer | Ondrej Fabry <ofabry@cisco.com> | 2018-10-03 05:14:40 -0700 |
commit | 62d19032621c7db801b313a1e19e787cfb1fbc3e (patch) | |
tree | d2181b6b09f8cbbaf32a4dff72e9d64675a243bb /.gitignore | |
parent | 0f731471ab258d9e01658f0ab70f8317fd0fb89c (diff) |
Omit message factory and line numbers from generated output
Change-Id: Ie48cc0a641242625daf55caf00ab630e78aa86b7
Signed-off-by: Ondrej Fabry <ofabry@cisco.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -1,5 +1,15 @@ .idea + +# cmds cmd/binapi-generator/binapi-generator + +# examples +examples/cmd/perf-bench/perf-bench examples/cmd/simple-client/simple-client examples/cmd/stats-client/stats-client -examples/cmd/perf-bench/perf-bench + +# extras +extras/libmemif/examples/gopacket/gopacket +extras/libmemif/examples/icmp-responder/icmp-responder +extras/libmemif/examples/jumbo-frames/jumbo-frames +extras/libmemif/examples/raw-data/raw-data |