Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nanopb/nanopb.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore19
1 files changed, 12 insertions, 7 deletions
diff --git a/.gitignore b/.gitignore
index b83afef..70f80a6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,17 +5,22 @@
*.pb.c
*.pb.h
*.pb
+*.pyc
*~
*.tar.gz
.sconsign.dblite
+config.log
+.sconf_temp
+tests/build
julkaisu.txt
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