Move some .gitignore entries to nested dirs
This commit is contained in:
parent
675c38dee8
commit
b5e2a0c422
|
@ -1,13 +1,9 @@
|
||||||
**/.vs/**
|
**/.vs/**
|
||||||
**/.vscode/
|
**/.vscode/
|
||||||
**/bin/**
|
|
||||||
**/obj/**
|
|
||||||
/output/**
|
/output/**
|
||||||
/packaged_output
|
/packaged_output
|
||||||
/result
|
/result
|
||||||
/test_output
|
/test_output
|
||||||
**/Release/**
|
|
||||||
**/Debug/**
|
|
||||||
**/ipch/**
|
**/ipch/**
|
||||||
/Assets/dll/*.wbx
|
/Assets/dll/*.wbx
|
||||||
|
|
||||||
|
@ -20,9 +16,6 @@
|
||||||
*.filters
|
*.filters
|
||||||
*.opendb
|
*.opendb
|
||||||
|
|
||||||
/src/BizHawk.Tests*/res/*_artifact
|
|
||||||
/src/BizHawk.Tests*/res/fw
|
|
||||||
|
|
||||||
/Dist/*.zip
|
/Dist/*.zip
|
||||||
|
|
||||||
# mupen64plus-win32-deps is a submodule, so ignores should be in that repo
|
# mupen64plus-win32-deps is a submodule, so ignores should be in that repo
|
||||||
|
@ -39,7 +32,6 @@
|
||||||
.hgignore
|
.hgignore
|
||||||
.hgtags
|
.hgtags
|
||||||
|
|
||||||
/ExternalCoreProjects/Virtu/bin/*.*
|
|
||||||
/psx/octoshock/bizhawk/Win32
|
/psx/octoshock/bizhawk/Win32
|
||||||
/psx/octoshock/bizhawk/x64
|
/psx/octoshock/bizhawk/x64
|
||||||
/psx/octoshock/bizhawk/*.opendb
|
/psx/octoshock/bizhawk/*.opendb
|
||||||
|
|
|
@ -0,0 +1,2 @@
|
||||||
|
/bin
|
||||||
|
/obj
|
|
@ -0,0 +1,2 @@
|
||||||
|
/bin
|
||||||
|
/obj
|
|
@ -0,0 +1,2 @@
|
||||||
|
/bin
|
||||||
|
/obj
|
|
@ -0,0 +1,2 @@
|
||||||
|
/bin
|
||||||
|
/obj
|
|
@ -0,0 +1,2 @@
|
||||||
|
/bin
|
||||||
|
/obj
|
|
@ -0,0 +1,2 @@
|
||||||
|
/bin
|
||||||
|
/obj
|
|
@ -0,0 +1,2 @@
|
||||||
|
/bin
|
||||||
|
/obj
|
|
@ -0,0 +1,2 @@
|
||||||
|
/bin
|
||||||
|
/obj
|
|
@ -0,0 +1,2 @@
|
||||||
|
/*/bin
|
||||||
|
/*/obj
|
|
@ -0,0 +1,4 @@
|
||||||
|
/*/bin
|
||||||
|
/*/obj
|
||||||
|
/*/res/fw
|
||||||
|
/*/res/*_artifact
|
Loading…
Reference in New Issue