go-judge/.gitignore
2022-05-23 14:47:50 -07:00

42 lines
469 B
Plaintext

# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
/judge
# Test binary, build with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# OS
.DS_Store
# Test Env
env*.sh
init.sql
# wrk stress test
/*.lua
node_modules
# not release yet
package*.json
example.js
executor_server.h
/executor_server
/executorproxy
/executorshell
/executorserver
/cinit
/tmp
cmd/executorserver/version/version.txt
dist/