From: Adilson Carvalho Date: Wed, 18 Jun 2014 12:15:02 +0000 (-0300) Subject: Must ignore x86 directory as well X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=2d48a2169b9aaa478c952438cd253ce798cee353;p=gitignore.git 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`. --- 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/