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:
authorAndrii Senkovych <jolly_roger@itblog.org.ua>2015-02-11 18:18:27 +0300
committerAndrii Senkovych <jolly_roger@itblog.org.ua>2015-02-19 19:27:52 +0300
commitaa0fdd3b0dbe9929d186a7c5b562bb93d1630e84 (patch)
treef23440dc7aff1af746c510107cc12bcea47d4c5f /.gitignore
parent3ae2a29986c56cdb4dc50b1b903b72aeb433bb97 (diff)
Cleaning up gitignore. Refs #240.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore5
1 files changed, 2 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index e4478e0f..95acb0cb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,10 +2,10 @@
!/bin/data
!/bin/encodings
!/bin/jsonchecker
+/build
/doc/html
/doc/doxygen_*.db
-/thirdparty/lib
-/intermediate
+*.a
# Temporary files created during CMake build
CMakeCache.txt
@@ -20,4 +20,3 @@ Testing
install_manifest.txt
Doxyfile
DartConfiguration.tcl
-/build/* \ No newline at end of file