aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorDavid Neto <dneto@google.com>2018-11-19 22:02:07 -0500
committerGitHub <noreply@github.com>2018-11-19 22:02:07 -0500
commite390591a28e042872376b9db4de5433b15702c02 (patch)
tree51fdfcf68fc853d3118cb9a3573b2f1b64190b30 /.gitignore
parent6296cc53f4608ee06fff0d57a6b266c541f0ca7a (diff)
downloadamber-e390591a28e042872376b9db4de5433b15702c02.tar.gz
Windows build support (#71)
Windows build support * MSVC: Ensure CRT is statically linked into executables * Use fopen_s on Windows to avoid security warning * Use std::strtoull and include its header * Use #if defined(_MSC_VER)
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 96b3bed..eae46e1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ third_party/googletest
third_party/shaderc
third_party/spirv-tools
third_party/spirv-headers
+.vs