We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f6dfb71 + 18c2ccc commit 58c1b54Copy full SHA for 58c1b54
1 file changed
Global/Archives.gitignore
@@ -1,12 +1,22 @@
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
-*.dmg
5
-*.gz
6
-*.iso
7
*.jar
8
*.rar
9
-*.tar
10
-*.tar.gz
11
*.zip
+*.gz
12
*.bzip
+*.xz
+*.lzma
+
+#packing-only formats
13
+*.iso
14
+*.tar
15
16
+#package management formats
17
+*.dmg
18
+*.xpi
19
+*.gem
20
+*.egg
21
+*.deb
22
+*.rpm
0 commit comments