You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
195B

  1. # Ignore all dotfiles except git dotfiles
  2. .*
  3. !.git*
  4. # File extensions
  5. *.xz
  6. *.bz2
  7. *.gz
  8. *.log
  9. # Build target folders
  10. /local
  11. /plugin-build
  12. /osxcross
  13. /crosstool-ng-*
  14. /Rack-SDK-*
  15. /MacOSX*.sdk.tar.*