kopia lustrzana https://github.com/bristol-seds/pico-tracker
Add a couple of things to gitignore
rodzic
e41e6f19a7
commit
cbb41a293a
|
@ -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
|
Ładowanie…
Reference in New Issue