소스 검색

[Global/Archives.gitignore] package management formats

shawnl 14 년 전
부모
커밋
18c2ccc490
1개의 변경된 파일9개의 추가작업 그리고 2개의 파일을 삭제
  1. 9 2
      Global/Archives.gitignore

+ 9 - 2
Global/Archives.gitignore

@@ -1,7 +1,6 @@
 # It's better to unpack these files and commit the raw source because
 # git has its own built in compression methods.
 *.7z
-*.dmg
 *.jar
 *.rar
 *.zip
@@ -12,4 +11,12 @@
 
 #packing-only formats
 *.iso
-*.tar
+*.tar
+
+#package management formats
+*.dmg
+*.xpi
+*.gem
+*.egg
+*.deb
+*.rpm