Merge pull request #742 from archshift/gitignore

Add build directory to .gitignore
This commit is contained in:
B1ackDaemon 2014-08-13 12:53:14 +03:00
commit ae1fc37eeb
1 changed files with 2 additions and 0 deletions

2
.gitignore vendored
View File

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