mirror of
https://github.com/spice2x/spice2x.github.io.git
synced 2026-08-01 22:30:42 -07:00
27 lines
247 B
Plaintext
27 lines
247 B
Plaintext
.vscode/*
|
|
|
|
# JetBrains IDEs
|
|
.idea
|
|
.idea_modules
|
|
*.iws
|
|
|
|
# CMake
|
|
cmake-build*
|
|
|
|
# user config
|
|
build_all.local.sh
|
|
build_docker.local.sh
|
|
|
|
# output from build script
|
|
bin/*
|
|
dist/*
|
|
|
|
external/cv2pdb/*
|
|
|
|
.ccache/*
|
|
|
|
# Visual Studio
|
|
.vs
|
|
out
|
|
CMakeSettings.json
|