1
0
mirror of https://github.com/github/gitignore synced 2024-05-29 08:48:18 +02:00

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`.
This commit is contained in:
Adilson Carvalho 2014-06-18 09:15:02 -03:00
parent bab15e82cb
commit 2d48a2169b

View File

@ -12,6 +12,7 @@
[Rr]elease/ [Rr]elease/
[Rr]eleases/ [Rr]eleases/
x64/ x64/
x86/
build/ build/
bld/ bld/
[Bb]in/ [Bb]in/