codeql/swift/.gitignore

17 строки
301 B
Plaintext

# directory created by bazel run //swift:create-extractor-pack
/extractor-pack
# output files created by running tests
*.o
# compilation database
compile_commands.json
# CLion project data and build directories
/.idea
/cmake*
# VSCode default build directory and project directory
/build
/.vscode