codeql/swift/.gitignore

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

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