.gitignore 738 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. ### Project Specific
  2. cmd/fyne/fyne
  3. cmd/fyne/fyne.exe
  4. cmd/fyne_demo/fyne_demo
  5. cmd/fyne_demo/fyne_demo.apk
  6. cmd/fyne_demo/fyne-demo.app
  7. cmd/fyne_demo/fyne_demo.exe
  8. cmd/fyne_settings/fyne_settings
  9. cmd/fyne_settings/fyne_settings.apk
  10. cmd/fyne_settings/fyne_settings.app
  11. cmd/fyne_settings/fyne_settings.exe
  12. cmd/hello/hello
  13. cmd/hello/hello.apk
  14. cmd/hello/hello.app
  15. cmd/hello/hello.exe
  16. fyne-cross
  17. ### Tests
  18. **/testdata/failed
  19. ### Go
  20. # Output of the coverage tool
  21. *.out
  22. ### macOS
  23. # General
  24. .DS_Store
  25. # Thumbnails
  26. ._*
  27. ### JetBrains
  28. .idea
  29. ### VSCode
  30. .vscode
  31. ### Vim
  32. # Swap
  33. [._]*.s[a-v][a-z]
  34. [._]*.sw[a-p]
  35. [._]s[a-v][a-z]
  36. [._]sw[a-p]
  37. # Session
  38. Session.vim
  39. # Temporary
  40. .netrwhist
  41. *~
  42. # Auto-generated tag files
  43. tags
  44. # Persistent undo
  45. [._]*.un~