From 14ab46353b10dd3c1b857acc9ef806574ea98740 Mon Sep 17 00:00:00 2001 From: Christian Schneider Date: Tue, 20 Jun 2017 06:14:47 +0200 Subject: [PATCH] Add x64 VS build folders to .gitignore --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 45f2464..a8d69e8 100644 --- a/.gitignore +++ b/.gitignore @@ -37,7 +37,10 @@ # Visual Studio output directories vs2015/Debug vs2015/Release +vs2015/x64 vs2015/paq8o8pre/Debug vs2015/paq8o8pre/Release +vs2015/paq8o8pre/x64 vs2015/Precomp/Debug -vs2015/Precomp/Release \ No newline at end of file +vs2015/Precomp/Release +vs2015/Precomp/x64 \ No newline at end of file