.gitignore 703 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. # Binaries for programs and plugins
  2. *.exe
  3. *.exe~
  4. *.dll
  5. *.so
  6. *.dylib
  7. # Test binary, built with `go test -c`
  8. *.test
  9. # Output of the go coverage tool, specifically when used with LiteIDE
  10. *.out
  11. *.conf
  12. # Dependency directories (remove the comment below to include it)
  13. # vendor/
  14. # General
  15. .DS_Store
  16. .AppleDouble
  17. .LSOverride
  18. # Icon must end with two \r
  19. Icon
  20. # Thumbnails
  21. ._*
  22. # Files that might appear in the root of a volume
  23. .DocumentRevisions-V100
  24. .fseventsd
  25. .Spotlight-V100
  26. .TemporaryItems
  27. .Trashes
  28. .VolumeIcon.icns
  29. .com.apple.timemachine.donotpresent
  30. # Directories potentially created on remote AFP share
  31. .AppleDB
  32. .AppleDesktop
  33. Network Trash Folder
  34. Temporary Items
  35. .apdisk
  36. freebpx-tftp-server-mac