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.

Archives.gitignore 264B

12345678910111213141516171819202122
  1. # It's better to unpack these files and commit the raw source because
  2. # git has its own built in compression methods.
  3. *.7z
  4. *.jar
  5. *.rar
  6. *.zip
  7. *.gz
  8. *.bzip
  9. *.xz
  10. *.lzma
  11. #packing-only formats
  12. *.iso
  13. *.tar
  14. #package management formats
  15. *.dmg
  16. *.xpi
  17. *.gem
  18. *.egg
  19. *.deb
  20. *.rpm