.gitignore
This commit is contained in:
parent
186a14d443
commit
35e1bf5b56
|
@ -0,0 +1,16 @@
|
||||||
|
# use glob syntax.
|
||||||
|
syntax: glob
|
||||||
|
*.pyc
|
||||||
|
*.pyo
|
||||||
|
*~
|
||||||
|
TAGS
|
||||||
|
*.rom
|
||||||
|
img
|
||||||
|
etc
|
||||||
|
test-roms
|
||||||
|
junk
|
||||||
|
img
|
||||||
|
.theme
|
||||||
|
.snarf
|
||||||
|
*.sym
|
||||||
|
wave
|
Loading…
Reference in New Issue