mirror of
https://github.com/vale981/gitignore
synced 2025-03-06 02:11:42 -05:00
[Global/Archives.gitignore] package management formats
This commit is contained in:
parent
5e4ae02d55
commit
18c2ccc490
1 changed files with 9 additions and 2 deletions
|
@ -1,7 +1,6 @@
|
||||||
# It's better to unpack these files and commit the raw source because
|
# It's better to unpack these files and commit the raw source because
|
||||||
# git has its own built in compression methods.
|
# git has its own built in compression methods.
|
||||||
*.7z
|
*.7z
|
||||||
*.dmg
|
|
||||||
*.jar
|
*.jar
|
||||||
*.rar
|
*.rar
|
||||||
*.zip
|
*.zip
|
||||||
|
@ -13,3 +12,11 @@
|
||||||
#packing-only formats
|
#packing-only formats
|
||||||
*.iso
|
*.iso
|
||||||
*.tar
|
*.tar
|
||||||
|
|
||||||
|
#package management formats
|
||||||
|
*.dmg
|
||||||
|
*.xpi
|
||||||
|
*.gem
|
||||||
|
*.egg
|
||||||
|
*.deb
|
||||||
|
*.rpm
|
Loading…
Add table
Reference in a new issue