Move some .gitignore entries to nested dirs

This commit is contained in:
YoshiRulz 2023-04-19 15:58:12 +10:00
parent 675c38dee8
commit b5e2a0c422
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
11 changed files with 22 additions and 8 deletions

8
.gitignore vendored
View File

@ -1,13 +1,9 @@
**/.vs/**
**/.vscode/
**/bin/**
**/obj/**
/output/**
/packaged_output
/result
/test_output
**/Release/**
**/Debug/**
**/ipch/**
/Assets/dll/*.wbx
@ -20,9 +16,6 @@
*.filters
*.opendb
/src/BizHawk.Tests*/res/*_artifact
/src/BizHawk.Tests*/res/fw
/Dist/*.zip
# mupen64plus-win32-deps is a submodule, so ignores should be in that repo
@ -39,7 +32,6 @@
.hgignore
.hgtags
/ExternalCoreProjects/Virtu/bin/*.*
/psx/octoshock/bizhawk/Win32
/psx/octoshock/bizhawk/x64
/psx/octoshock/bizhawk/*.opendb

2
ExternalCoreProjects/Virtu/.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
/bin
/obj

View File

@ -0,0 +1,2 @@
/bin
/obj

View File

@ -0,0 +1,2 @@
/bin
/obj

View File

@ -0,0 +1,2 @@
/bin
/obj

View File

@ -0,0 +1,2 @@
/bin
/obj

2
ExternalProjects/NLua/.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
/bin
/obj

View File

@ -0,0 +1,2 @@
/bin
/obj

View File

@ -0,0 +1,2 @@
/bin
/obj

2
ExternalToolProjects/.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
/*/bin
/*/obj

4
src/.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
/*/bin
/*/obj
/*/res/fw
/*/res/*_artifact