X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=.gitignore;h=3bb09db1fa90ab9463d91a1b5fdb71203284a5a4;hb=58b3a22d6d66c485bfd7c571c528e4c6d3619cb2;hp=dec8b00e9505ed1c1fcbb5e733dd8eac1c4d7762;hpb=5442e690f65fd09e7a44437da02fb7e14af6fe8f;p=apps%2Fagl-service-can-low-level.git diff --git a/.gitignore b/.gitignore index dec8b00e..3bb09db1 100644 --- a/.gitignore +++ b/.gitignore @@ -5,35 +5,24 @@ *.pb.c *.pb.h *.pb +*.pyc +*_pb2.py *~ *.tar.gz +.sconsign.dblite +config.log +.sconf_temp +tests/build julkaisu.txt +dist docs/*.html docs/generator_flow.png -example/client -example/server -example_avr_double/decode_double -example_avr_double/encode_double -example_avr_double/test_conversions -example_unions/decode -example_unions/encode +examples/simple/simple +examples/network_server/client +examples/network_server/server +examples/using_double_on_avr/decode_double +examples/using_double_on_avr/encode_double +examples/using_double_on_avr/test_conversions +examples/using_union_messages/decode +examples/using_union_messages/encode generator/nanopb_pb2.pyc -tests/decode_unittests -tests/encode_unittests -tests/test_compiles -tests/test_decode1 -tests/test_decode2 -tests/test_decode3 -tests/test_decode3_buf -tests/test_decode_callbacks -tests/test_encode1 -tests/test_encode2 -tests/test_encode3 -tests/test_encode3_buf -tests/test_encode_callbacks -tests/test_missing_fields -tests/test_multiple_files -tests/bc_decode -tests/bc_encode -tests/breakpoints -