gmon/.gitignore

25 lines
331 B
Plaintext
Raw Permalink Normal View History

2020-08-13 11:38:29 +02:00
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
2020-11-05 15:42:54 +01:00
gmon
2020-08-13 11:38:29 +02:00
# Test binary, built with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# Dependency directories (remove the comment below to include it)
2020-11-05 15:42:54 +01:00
vendor/
# IDE files
2020-11-10 17:21:56 +01:00
.vscode/
.idea
2020-11-05 15:42:54 +01:00
.data/
2020-11-11 16:15:17 +01:00
config.toml
rules.toml