From 3725beff23bdc0a3d85064fd939d48af81bbbee7 Mon Sep 17 00:00:00 2001 From: Nelson Garcia Date: Tue, 29 Aug 2017 14:19:15 -0700 Subject: [PATCH] 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. --- .gitignore | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 934c39a4..f55fc3c9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -# snes9x program-generated files +# Files that can arise when using snes9x win32/snes9x.conf win32/Valid.Ext win32/stdout.txt @@ -10,6 +10,23 @@ win32/Screenshots win32/Movies win32/SPCs 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. !macosx/libz_u.a