.gitignore += codeql

It is useful (though not necessary) to be able to place codeql in a Semmle/ql checkout.
This commit is contained in:
Henning Makholm
2019-10-15 18:15:00 +02:00
parent 5aced3e432
commit 12c44b1994

3
.gitignore vendored
View File

@@ -12,3 +12,6 @@
# Visual studio temporaries, except a file used by QL4VS # Visual studio temporaries, except a file used by QL4VS
.vs/* .vs/*
!.vs/VSWorkspaceSettings.json !.vs/VSWorkspaceSettings.json
# It's useful (though not required) to be able to unpack codeql in the ql checkout itself
/codeql/