github.com/kamalshkeir/kencoding@v0.0.2-0.20230409043843-44b609a0475a/.gitignore (about) 1 # Binaries for programs and plugins 2 *.exe 3 *.exe~ 4 *.dll 5 *.so 6 *.dylib 7 8 benchmark 9 anonymize 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 # Emacs 18 *~ 19 20 vendor 21 22 benchmarks/msgs.json 23 benchmarks/results/*json 24 benchmarks/result/benchmark 25 *.txt 26 27 json/fuzz/corpus/* 28 json/fuzz/crashers/* 29 json/fuzz/suppressions/* 30 *-fuzz.zip