Commit 2d48a216 authored by Adilson Carvalho's avatar Adilson Carvalho

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`.
parent bab15e82
......@@ -12,6 +12,7 @@
[Rr]elease/
[Rr]eleases/
x64/
x86/
build/
bld/
[Bb]in/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment