1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55
|
doc/html
doc/latex
test/schema.json
.vscode
# Default build directories
cmake-build
cmake-build-nocrypto
_build/
# CMake generated files
*.sln
*.vcxproj
*.vcxproj.filters
*.xcodeproj
CMakeCache.txt
CTestTestFile.cmake
CMakeFiles
CMakeScripts
Debug/*
Makefile
Win32/*
cmake_install.cmake
x64/*
Testing/
CPackConfig.cmake
CPackSourceConfig.cmake
dist_manifest.txt
*.sdf
.vs
install_manifest.txt
# Build artifacts.
*.a
*.dylib
*.gcda
*.gcno
*.gz
*.lo
*.o
*.pc
*.so
*.so.*
# Generated header
src/mongocrypt-export.h
# IDEs
.idea/
VERSION_CURRENT
.csfle
*.pyc
.DS_Store
|