diff options
author | Patrick Simianer <p@simianer.de> | 2014-07-13 14:04:45 +0200 |
---|---|---|
committer | Patrick Simianer <p@simianer.de> | 2014-07-13 14:04:45 +0200 |
commit | 625269764ebbe8d0b566e6ef5fc26a6bccd4181d (patch) | |
tree | 70c54cb1dae9afddaefd7f0824427e95dd688081 /.gitignore |
init
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e6c5173 --- /dev/null +++ b/.gitignore @@ -0,0 +1,28 @@ +JsonBox/ +MicroJSON*/ +gason/ +json-cpp.hpp +jsoncpp/ +jsonxx/ +libjson/ +nosjob*/ +picojson/ +proto_map/ +rapidjson/ +sajson/ +msgpack-c/ +*.o +test_JsonBox +test_MicroJSON +test_cdec_json_parser +test_gason +test_json-cpp +test_jsoncpp +test_jsonxx +test_libjson +test_nosjob +test_picojson +test_rapidjson +test_sajson +test_msgpack +data/make_paks |