add gitignore
This commit is contained in:
parent
90afeab0a6
commit
2a81bcfd53
|
@ -0,0 +1,11 @@
|
||||||
|
# Build files
|
||||||
|
/build*/
|
||||||
|
/*.g1a
|
||||||
|
/*.g3a
|
||||||
|
|
||||||
|
# Python bytecode
|
||||||
|
__pycache__/
|
||||||
|
|
||||||
|
# Common IDE files
|
||||||
|
*.sublime-project
|
||||||
|
*.sublime-workspace
|
Loading…
Reference in New Issue