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:
archshift 2014-08-13 00:43:11 -07:00
parent 22d018c4cd
commit 1570bee4b8
1 changed files with 2 additions and 0 deletions

2
.gitignore vendored
View File

@ -30,6 +30,8 @@
*.dump
*.wav
/build
/libs
/ipch
/rpcs3/Debug