github.com/stealthrocket/wzprof@v0.2.1-0.20230830205924-5fa86be5e5b3/.gitignore (about) 1 # Binaries for programs and plugins 2 *.exe 3 *.exe~ 4 *.dll 5 *.so 6 *.dylib 7 /wzprof 8 9 # Test binary, built with `go test -c` 10 *.test 11 12 # Output of the go coverage tool, specifically when used with LiteIDE 13 *.out 14 15 # Dependency directories (remove the comment below to include it) 16 # vendor/ 17 18 # Emacs 19 *~ 20 21 testdata/rust/*/target/* 22 testdata/.sysroot/* 23 *.pb.gz 24 .python