2019-08-15 01:27:59 +08:00
|
|
|
.vscode/
|
2019-11-22 00:22:06 +08:00
|
|
|
.idea/
|
2019-08-15 01:27:59 +08:00
|
|
|
/VS/
|
|
|
|
/build/
|
|
|
|
/benchbranch/
|
|
|
|
/submodules/
|
|
|
|
|
|
|
|
# Build outputs (TODO build to a subdir so we can exclude that instead)
|
|
|
|
/allparserscheckfile
|
|
|
|
/basictests
|
2019-08-21 19:59:49 +08:00
|
|
|
/benchmark/parse
|
|
|
|
/benchmark/perfdiff
|
|
|
|
/benchmark/statisticalmodel
|
2019-08-15 01:27:59 +08:00
|
|
|
/json2json
|
|
|
|
/jsoncheck
|
2019-11-14 10:07:39 +08:00
|
|
|
/jsoncheck_noavx
|
|
|
|
/jsonstream_test
|
2019-08-15 01:27:59 +08:00
|
|
|
/jsonpointer
|
|
|
|
/jsonstats
|
2019-10-02 00:01:09 +08:00
|
|
|
/integer_tests
|
2019-08-21 19:59:49 +08:00
|
|
|
/libsimdjson.so*
|
2019-08-15 01:27:59 +08:00
|
|
|
/minify
|
|
|
|
/numberparsingcheck
|
|
|
|
/parse
|
|
|
|
/perfdiff
|
|
|
|
/pointercheck
|
|
|
|
/statisticalmodel
|
|
|
|
/stringparsingcheck
|
|
|
|
/submodules
|
|
|
|
/ujdecode.o
|
|
|
|
/amalgamation_demo.cpp
|
|
|
|
/simdjson.cpp
|
|
|
|
/simdjson.h
|
|
|
|
/singleheader/amalgamation_demo
|
|
|
|
/singleheader/demo
|
2019-08-21 19:59:49 +08:00
|
|
|
/tests/basictests
|
|
|
|
/tests/jsoncheck
|
|
|
|
/tests/pointercheck
|
2019-09-02 22:50:24 +08:00
|
|
|
/tests/integer_tests
|
2019-08-21 19:59:49 +08:00
|
|
|
/tools/json2json
|
|
|
|
/tools/jsonstats
|
|
|
|
/tools/minify
|
|
|
|
|
|
|
|
# C++ ignore from https://github.com/github/gitignore/blob/master/C%2B%2B.gitignore
|
2019-08-15 01:27:59 +08:00
|
|
|
|
|
|
|
# Prerequisites
|
|
|
|
*.d
|
|
|
|
|
|
|
|
# Compiled Object files
|
|
|
|
*.slo
|
|
|
|
*.lo
|
|
|
|
*.o
|
|
|
|
*.obj
|
|
|
|
|
|
|
|
# Precompiled Headers
|
|
|
|
*.gch
|
|
|
|
*.pch
|
|
|
|
|
|
|
|
# Compiled Dynamic libraries
|
|
|
|
*.so
|
|
|
|
*.dylib
|
|
|
|
*.dll
|
|
|
|
|
|
|
|
# Fortran module files
|
|
|
|
*.mod
|
|
|
|
*.smod
|
|
|
|
|
|
|
|
# Compiled Static libraries
|
|
|
|
*.lai
|
|
|
|
*.la
|
|
|
|
*.a
|
|
|
|
*.lib
|
|
|
|
|
|
|
|
# Executables
|
|
|
|
*.exe
|
|
|
|
*.out
|
|
|
|
*.app
|
2019-08-19 05:24:38 +08:00
|
|
|
|
|
|
|
|
|
|
|
### https://raw.github.com/github/gitignore/e92f8db7a027af8cc25da2dc0758317e39697684/CMake.gitignore
|
|
|
|
|
|
|
|
CMakeLists.txt.user
|
|
|
|
CMakeCache.txt
|
|
|
|
CMakeFiles
|
|
|
|
CMakeScripts
|
|
|
|
Testing
|
|
|
|
Makefile
|
|
|
|
cmake_install.cmake
|
|
|
|
install_manifest.txt
|
|
|
|
compile_commands.json
|
|
|
|
CTestTestfile.cmake
|
|
|
|
_deps
|
|
|
|
|
2019-08-25 21:34:13 +08:00
|
|
|
# CMake files that may be specific to our installation
|
|
|
|
/CPackConfig.cmake
|
|
|
|
/CPackSourceConfig.cmake
|
|
|
|
# We check in a custom version of root Makefile that is not generated by CMake
|
|
|
|
!/Makefile
|
|
|
|
|