Add a couple of things to gitignore

main-solar-only
Richard Meadows 2015-11-14 16:19:38 +00:00
rodzic e41e6f19a7
commit cbb41a293a
1 zmienionych plików z 7 dodań i 1 usunięć

8
firmware/.gitignore vendored
Wyświetl plik

@ -9,6 +9,9 @@ gdbscript-custom
# The output directory
out/
# things
tools/
# Intermediate compilation files
*.o
@ -22,4 +25,7 @@ TAGS
tools/verification/ctypesgen
# Compiled python
*.pyc
*.pyc
# Compile commands
compile_commands.json