.gitignore file added
This commit is contained in:
parent
3ec4143252
commit
74836c344a
10
.gitignore
vendored
Normal file
10
.gitignore
vendored
Normal file
|
@ -0,0 +1,10 @@
|
|||
*~
|
||||
*.swp
|
||||
*.ihex
|
||||
obj_*
|
||||
*.z1
|
||||
*.sky
|
||||
*.map
|
||||
*.a
|
||||
*pyc
|
||||
*.pyc
|
Loading…
Reference in a new issue