summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore44
1 files changed, 16 insertions, 28 deletions
diff --git a/.gitignore b/.gitignore
index 3bb09db1..d4b42483 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,28 +1,16 @@
-*.gcda
-*.gcno
-*.gcov
-*.o
-*.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
-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
+.vscode
+.kdev4
+*.kdev4
+*.swp
+*.kate-swp
+.vs
+*.sln
+*.vcxproj
+*.user
+obj
+build
+bin
+src/configuration-generated.cpp
+docs_doxygen
+node_modules/
+_book/