.gitignore 491 B

1234567891011121314151617181920212223242526272829303132
  1. amuse.db
  2. amuse
  3. tags
  4. *.webp
  5. pymodule/
  6. # Created by https://www.gitignore.io/api/go
  7. # Edit at https://www.gitignore.io/?templates=go
  8. ### Go ###
  9. # Binaries for programs and plugins
  10. *.exe
  11. *.exe~
  12. *.dll
  13. *.so
  14. *.dylib
  15. # Test binary, built with `go test -c`
  16. *.test
  17. # Output of the go coverage tool, specifically when used with LiteIDE
  18. *.out
  19. # Dependency directories (remove the comment below to include it)
  20. # vendor/
  21. ### Go Patch ###
  22. /vendor/
  23. /Godeps/
  24. # End of https://www.gitignore.io/api/go