Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/miloyip/rapidjson.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMilo Yip <miloyip@gmail.com>2014-06-20 12:08:58 +0400
committerMilo Yip <miloyip@gmail.com>2014-06-20 12:08:58 +0400
commit4d94a8057d787f3e87387fa85464602b09d0e039 (patch)
treecdf24708216e3870483149953c835edbca69036a /.gitignore
parent23056abad12c5bddf73e00b728d1d53c712627a5 (diff)
Fixes unit testing on Visual Studio.
tmpnam() in VS prepends backslash in the path.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore6
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 00000000..a299ff5c
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,6 @@
+/bin/*
+/build/*.exe
+/build/gmake
+/build/vs*/
+/thirdparty/lib
+/intermediate