Add .gitignore
This commit is contained in:
parent
266dbb79cc
commit
1b1198e02a
|
@ -0,0 +1,12 @@
|
||||||
|
*.pyc
|
||||||
|
*.map
|
||||||
|
*.dblite
|
||||||
|
*.elf
|
||||||
|
*.bin
|
||||||
|
*.hex
|
||||||
|
*.axf
|
||||||
|
*.exe
|
||||||
|
*.pdb
|
||||||
|
*.idb
|
||||||
|
*.ilk
|
||||||
|
build
|
Loading…
Reference in New Issue