From 2d48a2169b9aaa478c952438cd253ce798cee353 Mon Sep 17 00:00:00 2001 From: Adilson Carvalho Date: Wed, 18 Jun 2014 09:15:02 -0300 Subject: [PATCH] Must ignore x86 directory as well When installing SQLite embebed on my C# project I've noted that it generates both directories, `x86` and `x64` but only `x64` was present on `.gitignore`. --- VisualStudio.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 1c38a68e..c37c7f24 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -12,6 +12,7 @@ [Rr]elease/ [Rr]eleases/ x64/ +x86/ build/ bld/ [Bb]in/