]> source.dussan.org Git - gitignore.git/commitdiff
Must ignore x86 directory as well 1116/head
authorAdilson Carvalho <adilson@adilsoncarvalho.com.br>
Wed, 18 Jun 2014 12:15:02 +0000 (09:15 -0300)
committerAdilson Carvalho <adilson@adilsoncarvalho.com.br>
Wed, 18 Jun 2014 12:15:02 +0000 (09:15 -0300)
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

index 1c38a68ef5238bb97de34143558b35eb6e16eb72..c37c7f247516e2cec1f538ef4a96ee41f14ab407 100644 (file)
@@ -12,6 +12,7 @@
 [Rr]elease/
 [Rr]eleases/
 x64/
+x86/
 build/
 bld/
 [Bb]in/