Oops, seems gitignore is recursive, so we can't remove certain files.

This commit is contained in:
Stephen Anthony 2020-12-17 15:54:10 -03:30
parent 5d1a466a46
commit 86e13c8e5f
1 changed files with 2 additions and 5 deletions

7
.gitignore vendored
View File

@ -10,9 +10,7 @@ src/**/*.tlog
out out
out.pgo out.pgo
out.pgen out.pgen
stella stella*
stella-pgo
stella-pgo-generate
*.diff *.diff
project.xcworkspace/ project.xcworkspace/
xcuserdata/ xcuserdata/
@ -33,11 +31,10 @@ src/**/*.vspx
src/**/**.pdb src/**/**.pdb
Stella.xcscheme Stella.xcscheme
src/tools/fonts/* src/tools/fonts/*
*.bin
*.a26
*.sym *.sym
*.zip *.zip
*.?xx *.?xx
*.sh *.sh
*.out *.out
*.json *.json
*.sqlite3