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
|
||||
*.wav
|
||||
|
||||
/build
|
||||
|
||||
/libs
|
||||
/ipch
|
||||
/rpcs3/Debug
|
||||
|
||||
Reference in New Issue
Block a user