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ęć

6
firmware/.gitignore vendored
Wyświetl plik

@ -9,6 +9,9 @@ gdbscript-custom
# The output directory # The output directory
out/ out/
# things
tools/
# Intermediate compilation files # Intermediate compilation files
*.o *.o
@ -23,3 +26,6 @@ tools/verification/ctypesgen
# Compiled python # Compiled python
*.pyc *.pyc
# Compile commands
compile_commands.json