X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=.gitignore;h=81b7a5c16fd51916948fbb77a11579c6be8cb3f4;hb=2df59463fcbb1a5aec2173712b32fb9740157a9d;hp=ec02bba3f935140d5712a4dd76bab1e5d2b1099a;hpb=982b8703a757e5a91aa6451fd26593a065f8a452;p=govpp.git diff --git a/.gitignore b/.gitignore index ec02bba..81b7a5c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,19 @@ -.idea +*~ +*.log +*.out +*.test + +.idea/ + +/bin/ + +# cmd cmd/binapi-generator/binapi-generator -examples/cmd/simple-client/simple-client -examples/cmd/stats-client/stats-client -examples/cmd/perf-bench/perf-bench +cmd/vpp-proxy/vpp-proxy + +# examples +examples/perf-bench/perf-bench +examples/rpc-service/rpc-service +examples/simple-client/simple-client +examples/stats-client/stats-client +examples/union-example/union-example