소스 검색

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`.
Adilson Carvalho 11 년 전
부모
커밋
2d48a2169b
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      VisualStudio.gitignore

+ 1 - 0
VisualStudio.gitignore

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