mirror of https://github.com/snes9xgit/snes9x.git
Update .gitignore
Ignore files that snes9x can commonly interact with. This is a feature to ensure these files aren't accidentally committed when testing/debugging.
This commit is contained in:
parent
f76df76071
commit
3725beff23
|
@ -1,4 +1,4 @@
|
||||||
# snes9x program-generated files
|
# Files that can arise when using snes9x
|
||||||
win32/snes9x.conf
|
win32/snes9x.conf
|
||||||
win32/Valid.Ext
|
win32/Valid.Ext
|
||||||
win32/stdout.txt
|
win32/stdout.txt
|
||||||
|
@ -10,6 +10,23 @@ win32/Screenshots
|
||||||
win32/Movies
|
win32/Movies
|
||||||
win32/SPCs
|
win32/SPCs
|
||||||
win32/BIOS
|
win32/BIOS
|
||||||
|
*.smc
|
||||||
|
*.sfc
|
||||||
|
*.fig
|
||||||
|
*.srm
|
||||||
|
*.00[0123456789]
|
||||||
|
*.oops
|
||||||
|
*.ips
|
||||||
|
*.ups
|
||||||
|
*.bps
|
||||||
|
*.avi
|
||||||
|
*.shader
|
||||||
|
*.cg
|
||||||
|
*.cgp
|
||||||
|
*.smv
|
||||||
|
*.cht
|
||||||
|
*.rtc
|
||||||
|
|
||||||
|
|
||||||
# Included libraries in OS X that should not be ignored.
|
# Included libraries in OS X that should not be ignored.
|
||||||
!macosx/libz_u.a
|
!macosx/libz_u.a
|
||||||
|
|
Loading…
Reference in New Issue