提交 2d48a216 编写于 作者: A 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`.
上级 bab15e82
...@@ -12,6 +12,7 @@ ...@@ -12,6 +12,7 @@
[Rr]elease/ [Rr]elease/
[Rr]eleases/ [Rr]eleases/
x64/ x64/
x86/
build/ build/
bld/ bld/
[Bb]in/ [Bb]in/
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册