github.com/chwjbn/xclash@v0.2.0/.gitignore (about) 1 # Binaries for programs and plugins 2 *.exe 3 *.exe~ 4 *.dll 5 *.so 6 *.dylib 7 bin/* 8 9 # Test binary, build with `go test -c` 10 *.test 11 12 # Output of the go coverage tool, specifically when used with LiteIDE 13 *.out 14 out/* 15 16 # go mod vendor 17 vendor 18 19 # GoLand 20 .idea/* 21 22 # macOS file 23 .DS_Store 24 25 # test suite 26 test/config/cache*