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:
authormiloyip <miloyip@gmail.com>2015-02-12 05:09:52 +0300
committermiloyip <miloyip@gmail.com>2015-02-12 05:09:52 +0300
commit1b0fe576d701673f07b2d2cb05c22f2935d286fe (patch)
tree6c9a95c101ec69e5237868d6ea439f22318ee15f /.gitignore
parent8b3d72467b591002c676566e85a49e6326c56489 (diff)
Revise gitignore for cmake
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 1 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index 8ea8f005..e4478e0f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,9 +2,6 @@
!/bin/data
!/bin/encodings
!/bin/jsonchecker
-/build/*.exe
-/build/gmake
-/build/vs*/
/doc/html
/doc/doxygen_*.db
/thirdparty/lib
@@ -23,3 +20,4 @@ Testing
install_manifest.txt
Doxyfile
DartConfiguration.tcl
+/build/* \ No newline at end of file