blob: c0a7a54cac5ad8976b9d1801de45a211a6e39c9e [file] [log] [blame]
Giorgi Lekveishvilie8b2f012023-11-30 19:05:03 +04001
2# Binaries for programs and plugins
3*.exe
4*.exe~
5*.dll
6*.so
7*.dylib
8bin
9testbin/*
10
11# Test binary, build with `go test -c`
12*.test
13
14# Output of the go coverage tool, specifically when used with LiteIDE
15*.out
16
17# Kubernetes Generated files - skip generated files, except for vendored files
18
19!vendor/**/zz_generated.*
20
21# editor and IDE paraphernalia
22.idea
23*.swp
24*.swo
25*~