mirror of
https://github.com/github/codeql.git
synced 2026-07-31 07:22:56 +02:00
This commit does the following: - creates a new cpp/ql/lib folder and moves the majority of `.qll` files from C++ into it. - updates references to these files from the relevant `.ql` files. - updates and adds `qlpack.yml` files to create publishable qlpacks for cpp. - updates the ``misc/suite-helpers/qlpack.yml` file to make it publishable - adds qlpack.lock.yml files for each published pack.
32 lines
580 B
Plaintext
32 lines
580 B
Plaintext
# editor and OS artifacts
|
|
*~
|
|
.DS_STORE
|
|
*.swp
|
|
|
|
# query compilation caches
|
|
.cache
|
|
data
|
|
|
|
# qltest projects and artifacts
|
|
*/ql/test/**/*.testproj
|
|
*/ql/test/**/*.actual
|
|
|
|
# Visual studio temporaries, except a file used by QL4VS
|
|
.vs/*
|
|
!.vs/VSWorkspaceSettings.json
|
|
|
|
# Byte-compiled python files
|
|
*.pyc
|
|
|
|
# python virtual environment folder
|
|
.venv/
|
|
|
|
# It's useful (though not required) to be able to unpack codeql in the ql checkout itself
|
|
/codeql/
|
|
|
|
# Exclude output directories for compiled packs.
|
|
.codeql/
|
|
|
|
csharp/extractor/Semmle.Extraction.CSharp.Driver/Properties/launchSettings.json
|
|
|