mirror of
https://github.com/github/codeql.git
synced 2026-04-22 07:15:15 +02:00
22 lines
267 B
Plaintext
22 lines
267 B
Plaintext
# editor and OS artifacts
|
|
*~
|
|
.DS_STORE
|
|
|
|
# query compilation caches
|
|
.cache
|
|
|
|
# build artifacts
|
|
build/*
|
|
|
|
# qltest projects and artifacts
|
|
ql/test/**/*.testproj
|
|
ql/test/**/*.actual
|
|
ql/test/**/go.sum
|
|
|
|
# Java class files
|
|
**/*.class
|
|
|
|
# binaries
|
|
tools/bin
|
|
tools/tokenizer.jar
|