2014-09-10 19:15:08 +02:00
|
|
|
/build/
|
2017-08-27 21:45:02 +02:00
|
|
|
/build-*/
|
2011-05-25 01:05:56 +02:00
|
|
|
*.pyc
|
|
|
|
*.swp
|
|
|
|
*.actual
|
|
|
|
*.actual-rewrite
|
|
|
|
*.process-output
|
|
|
|
*.rewrite
|
2014-07-05 01:02:41 +02:00
|
|
|
/bin/
|
|
|
|
/libs/
|
|
|
|
/doc/doxyfile
|
|
|
|
/dist/
|
2015-03-02 23:06:01 +01:00
|
|
|
|
|
|
|
# MSVC project files:
|
|
|
|
*.sln
|
|
|
|
*.vcxproj
|
|
|
|
*.filters
|
|
|
|
*.user
|
|
|
|
*.sdf
|
|
|
|
*.opensdf
|
|
|
|
*.suo
|
|
|
|
|
|
|
|
# MSVC build files:
|
|
|
|
*.lib
|
|
|
|
*.obj
|
|
|
|
*.tlog/
|
|
|
|
*.pdb
|
|
|
|
|
|
|
|
# CMake-generated files:
|
|
|
|
CMakeFiles/
|
2016-11-09 10:05:22 +01:00
|
|
|
*.cmake
|
2017-08-27 21:45:02 +02:00
|
|
|
/pkg-config/jsoncpp.pc
|
2015-03-02 23:06:01 +01:00
|
|
|
jsoncpp_lib_static.dir/
|
2015-11-14 23:24:45 +01:00
|
|
|
|
|
|
|
# In case someone runs cmake in the root-dir:
|
|
|
|
/CMakeCache.txt
|
|
|
|
/Makefile
|
|
|
|
/include/Makefile
|
|
|
|
/src/Makefile
|
|
|
|
/src/jsontestrunner/Makefile
|
|
|
|
/src/jsontestrunner/jsontestrunner_exe
|
|
|
|
/src/lib_json/Makefile
|
|
|
|
/src/test_lib_json/Makefile
|
|
|
|
/src/test_lib_json/jsoncpp_test
|
2016-11-09 10:05:22 +01:00
|
|
|
*.a
|
2016-03-15 01:08:57 +01:00
|
|
|
|
|
|
|
# eclipse project files
|
|
|
|
.project
|
|
|
|
.cproject
|
|
|
|
/.settings/
|
2017-08-03 07:44:42 +02:00
|
|
|
|
|
|
|
# DS_Store
|
|
|
|
.DS_Store
|