.gitignore 423 B

12345678910111213141516171819202122232425262728293031323334353637
  1. # Common text-editor files
  2. *~
  3. \#*#
  4. # Files created by various libretools
  5. pkg/
  6. src/
  7. pkg-libre/
  8. src-libre/
  9. librefetch.*
  10. *.log
  11. # Common binary files. If you have downloaded sources=() that don't
  12. # match one of these, you should probably add those to a per-package
  13. # .gitignore file, rather than adding them here.
  14. *.7z
  15. *.asc
  16. *.bz2
  17. *.bdf*
  18. *.deb
  19. *.gz
  20. *.oxt
  21. *.pbm
  22. *.ppm
  23. *.sig
  24. *.sign
  25. *.tar
  26. *.tbz
  27. *.tgz
  28. *.txz
  29. *.xpi
  30. *.xz
  31. *.zip