github.com/xwi88/log4go@v0.0.6/.gitignore (about) 1 # Binaries for programs and plugins 2 *.exe 3 *.exe~ 4 *.dll 5 *.so 6 *.dylib 7 8 debug 9 10 # Test binary, build with `go test -c` 11 *.test 12 13 # Project-local glide cache, RE: https://github.com/Masterminds/glide/issues/736 14 .glide/ 15 16 .vscode 17 .glide 18 .idea 19 20 # Output of the go coverage tool, specifically when used with LiteIDE 21 *.out 22 23 # ignore the vscode temp files 24 *.inp 25 *.oac 26 27 *.log 28 *.logs 29 *.log.* 30 *.logs.* 31 32 *.pdf 33 *.svg 34 *.txt 35 test/ 36 data/ 37 tmp/ 38 vendor/