From 9834fc7f70a1019dde2f1721ceb42f5ac80a8cca Mon Sep 17 00:00:00 2001 From: Arkaran99 Date: Sun, 7 Sep 2014 15:13:38 +0200 Subject: [PATCH] Update gitignore to ignore x64 folders. --- .gitignore | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index a404287376..8daea8f806 100644 --- a/.gitignore +++ b/.gitignore @@ -64,8 +64,7 @@ rpcs3/git-version.h # Ignore other system generated files bin/dev_hdd0/*.txt -x64/Debug/emucore.lib -x64/Release/emucore.lib +x64/* rpcs3/x64/* .DS_Store