aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorPetteri Aimonen <jpa@git.mail.kapsi.fi>2013-11-13 22:10:42 +0200
committerPetteri Aimonen <jpa@git.mail.kapsi.fi>2013-11-13 22:10:42 +0200
commit5813144246f8f132f90bea117e578477914be0ea (patch)
tree3240f066191fe124d67996f9b8b87dc789476a3f /.gitignore
parent171d64734a34674cd648ac7b8569b4b21285fed4 (diff)
Make tests build in a separate folder, add to gitignore
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore19
1 files changed, 12 insertions, 7 deletions
diff --git a/.gitignore b/.gitignore
index b83afeff..70f80a60 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