.gitignore 866 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. # Compiled Object files, Static and Dynamic libs (Shared Objects)
  2. *.o
  3. *.a
  4. *.so
  5. # Folders
  6. _obj
  7. _test
  8. # Architecture specific extensions/prefixes
  9. *.[568vq]
  10. [568vq].out
  11. *.cgo1.go
  12. *.cgo2.c
  13. _cgo_defun.c
  14. _cgo_gotypes.go
  15. _cgo_export.*
  16. _testmain.go
  17. *.exe
  18. *.test
  19. /.godeps
  20. /.envrc
  21. # Godeps
  22. Godeps/_workspace
  23. Godeps/Readme
  24. ### JetBrains template
  25. # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
  26. # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
  27. .idea/
  28. ## File-based project format:
  29. *.iws
  30. ## Plugin-specific files:
  31. # IntelliJ
  32. /out/
  33. # mpeltonen/sbt-idea plugin
  34. .idea_modules/
  35. # JIRA plugin
  36. atlassian-ide-plugin.xml
  37. # Crashlytics plugin (for Android Studio and IntelliJ)
  38. com_crashlytics_export_strings.xml
  39. crashlytics.properties
  40. crashlytics-build.properties
  41. fabric.properties