.gitignore 274 B

12345678910111213141516171819
  1. # Binaries for programs and plugins
  2. *.exe
  3. *.exe~
  4. *.dll
  5. *.so
  6. *.dylib
  7. # Test binary, build with `go test -c`
  8. *.test
  9. *.pprof
  10. # Output of the go coverage tool, specifically when used with LiteIDE
  11. *.out
  12. .DS_Store
  13. fuzz/corpus
  14. fuzz/crashers
  15. fuzz/suppressions
  16. fuzz/fuzz-fuzz.zip