.gitignore 670 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. # Common text-editor files. If you use a text editor that produces
  2. # backup/temporary files that don't match one of these, you should
  3. # probably those to your own personal ~/.config/git/ignore
  4. *~
  5. \#*#
  6. # Files created by various libretools
  7. pkg/
  8. src/
  9. pkg-libre/
  10. src-libre/
  11. librefetch.*
  12. *.log
  13. # Files used only by arch
  14. *.nvchecker.toml
  15. # Common binary files. If you have downloaded sources=() that don't
  16. # match one of these, you should probably add those to a per-package
  17. # .gitignore file, rather than adding them here.
  18. *.7z
  19. *.asc
  20. !**/keys/pgp/*.asc
  21. *.bz2
  22. *.bdf*
  23. *.deb
  24. *.gz
  25. *.oxt
  26. *.pbm
  27. *.ppm
  28. *.sig
  29. *.sign
  30. *.tar
  31. *.tbz
  32. *.tgz
  33. *.txz
  34. *.xpi
  35. *.xz
  36. *.zip
  37. *.zst
  38. *.zstd