mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
codeql-go merge prep: move into go/ directory
This commit is contained in:
28
go/.gitignore
vendored
Normal file
28
go/.gitignore
vendored
Normal file
@@ -0,0 +1,28 @@
|
||||
# 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/linux64
|
||||
tools/osx64
|
||||
tools/win64
|
||||
tools/tokenizer.jar
|
||||
main
|
||||
|
||||
# QL pack output directories
|
||||
.codeql
|
||||
Reference in New Issue
Block a user