.gitignore 419 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. # IDE files
  2. .idea/workspace.xml
  3. # Compiled Object files, Static and Dynamic libs (Shared Objects)
  4. *.o
  5. *.a
  6. *.so
  7. /cmd/kurz/kurz
  8. /cmd/kurzd/kurzd
  9. /kurz
  10. /kurzd
  11. doc/*/*.svg
  12. /cover*
  13. # Folders
  14. _obj
  15. _test
  16. # Architecture specific extensions/prefixes
  17. *.[568vq]
  18. [568vq].out
  19. *.cgo1.go
  20. *.cgo2.c
  21. _cgo_defun.c
  22. _cgo_gotypes.go
  23. _cgo_export.*
  24. _testmain.go
  25. *.exe
  26. *.test
  27. *.prof
  28. # Data and local files
  29. config.yml
  30. *.sql
  31. active.en.yaml