Skip to content

Commit 5dedaee

Browse files
committed
Cleanup state
Added semmlecode.binary.dbscheme for the binary extractor and updated .gitignore to exclude additional binary and tool directories. Also added a test solution file and removed the codeql-pack.lock.yml from VulnerableCalls.
1 parent 02fd414 commit 5dedaee

4 files changed

Lines changed: 3024 additions & 15 deletions

File tree

binary/.gitignore

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,9 @@
11
**/bin/*
2-
**/obj/*
2+
**/obj/*
3+
**/*.dll
4+
**/myDB/*
5+
**/oatDB/*
6+
**/test-db-jvm/*
7+
**/test-db-jvm-create/*
8+
**/test-db-jvm*
9+
**/tools/*

0 commit comments

Comments
 (0)