mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
.gitignore bazel symlinks
This commit is contained in:
7
.gitignore
vendored
7
.gitignore
vendored
@@ -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-*
|
||||||
|
|||||||
Reference in New Issue
Block a user