.gitignore bazel symlinks

This commit is contained in:
Paolo Tranquilli
2022-03-31 15:41:53 +02:00
parent 8a5e611453
commit 3772efd193

7
.gitignore vendored
View File

@@ -17,7 +17,7 @@
# Byte-compiled python files # Byte-compiled python files
*.pyc *.pyc
# python virtual environment folder # python virtual environment folder
.venv/ .venv/
# It's useful (though not required) to be able to unpack codeql in the ql checkout itself # It's useful (though not required) to be able to unpack codeql in the ql checkout itself
@@ -29,4 +29,7 @@ csharp/extractor/Semmle.Extraction.CSharp.Driver/Properties/launchSettings.json
.codeql .codeql
# Compiled class file # Compiled class file
*.class *.class
# links create by bazel
/bazel-*