From 1570bee4b81fc616e2a4e28b208463ecde1b7486 Mon Sep 17 00:00:00 2001 From: archshift Date: Wed, 13 Aug 2014 00:43:11 -0700 Subject: [PATCH] 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. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 033f921069..d9060700ad 100644 --- a/.gitignore +++ b/.gitignore @@ -30,6 +30,8 @@ *.dump *.wav +/build + /libs /ipch /rpcs3/Debug