Skip to content

Commit 7451de3

Browse files
Copilotshauneccles
andcommitted
Add CodeQL build artifacts to .gitignore and remove from tracking
Co-authored-by: shauneccles <21007065+shauneccles@users.noreply.github.com>
1 parent e2311f7 commit 7451de3

150 files changed

Lines changed: 5 additions & 9659 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,8 @@ samplerate/_src.py
1818

1919
# Compiled extension modules
2020
*.so
21-
*.pyd
21+
*.pyd
22+
23+
# CodeQL build artifacts
24+
_codeql_build_dir/
25+
_codeql_detected_source_root

0 commit comments

Comments
 (0)