Move some .gitignore entries to nested dirs
This commit is contained in:
parent
675c38dee8
commit
b5e2a0c422
|
@ -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
|
||||
|
|
|
@ -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