> fetch dsdmo.dll blobs and embed into spicetools > unpack and register overriding relevant COM server on runtime > may be replaced in the future, see #12
27 lines
253 B
Plaintext
27 lines
253 B
Plaintext
.vscode/*
|
|
|
|
# JetBrains IDEs
|
|
.idea_modules
|
|
*.iws
|
|
|
|
# CMake
|
|
cmake-build*
|
|
|
|
# user config
|
|
build_all.local.sh
|
|
build_docker.local.sh
|
|
|
|
# output from build script
|
|
bin/*
|
|
dist/*
|
|
build/*.dll
|
|
|
|
external/cv2pdb/*
|
|
|
|
.ccache/*
|
|
|
|
# Visual Studio
|
|
.vs
|
|
out
|
|
CMakeSettings.json
|