Add build directory to .gitignore
Many people prefer to build out-of-source, especially in the ./build directory. This prevents it from being tracked by git.
This commit is contained in:
@@ -30,6 +30,8 @@
|
|||||||
*.dump
|
*.dump
|
||||||
*.wav
|
*.wav
|
||||||
|
|
||||||
|
/build
|
||||||
|
|
||||||
/libs
|
/libs
|
||||||
/ipch
|
/ipch
|
||||||
/rpcs3/Debug
|
/rpcs3/Debug
|
||||||
|
|||||||
Reference in New Issue
Block a user