Kaynağa Gözat

Add Win32/ to gitginore list (#3308)

Visual Studio .Net used Win32/ as one of the default output directories for C and C++ projects. Later, when 64-bit support was added to the toolchain (circa 2005), x64/ was used. The Gitignore files include x64/, but not Win32/. The commit adds support for both Win32/ and x64/.
pull/3338/head
Jeffrey Walton 4 yıl önce
ebeveyn
işleme
811be05b83
No account linked to committer's email address
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. 1
    0
      VisualStudio.gitignore

+ 1
- 0
VisualStudio.gitignore Dosyayı Görüntüle

@@ -23,6 +23,7 @@ mono_crash.*
[Rr]eleases/
x64/
x86/
[Ww][Ii][Nn]32/
[Aa][Rr][Mm]/
[Aa][Rr][Mm]64/
bld/

Loading…
İptal
Kaydet