github.com/alimy/mir/v4@v4.1.0/.gitignore (about) 1 # Binaries for programs and plugins 2 *.exe 3 *.exe~ 4 *.dll 5 *.so 6 *.dylib 7 8 coverage.out 9 count.out 10 test 11 profile.out 12 tmp.out 13 14 # Test binary, build with `go test -c` 15 *.test 16 17 # Output of the go coverage tool, specifically when used with LiteIDE 18 *.out 19 20 # GoLand project files 21 .idea/ 22 *.iml 23 24 .vscode 25 /mir 26 /go.work 27 /go.work.sum