From c9ff6036a240da540258ee5f6be26e65e7aa7bb1 Mon Sep 17 00:00:00 2001 From: Veselin Georgiev Date: Sun, 10 Jul 2016 02:59:23 +0200 Subject: [PATCH] Ignore build directories for the VC10 projects. --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 928b59c..a05a3ca 100644 --- a/.gitignore +++ b/.gitignore @@ -34,3 +34,7 @@ ipch *.opensdf *.sdf *.suo +libcpuid/x32 +libcpuid/x64 +cpuid_tool/x32 +cpuid_tool/x64