Skip to content

Commit

Permalink
Add build directory to .gitignore
Browse files Browse the repository at this point in the history
Many people prefer to build out-of-source, especially in the ./build directory. This prevents it from being tracked by git.
  • Loading branch information
archshift committed Aug 13, 2014
1 parent 22d018c commit 1570bee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@
*.dump
*.wav

/build

/libs
/ipch
/rpcs3/Debug
Expand Down

0 comments on commit 1570bee

Please sign in to comment.