소스 검색

Add global gitignore (cloned from octocat)

Kevin Heinicke 8 년 전
부모
커밋
a79736eefa
2개의 변경된 파일38개의 추가작업 그리고 0개의 파일을 삭제
  1. 37 0
      gitignore_global
  2. 1 0
      install.conf.yaml

+ 37 - 0
gitignore_global

@@ -0,0 +1,37 @@
+# Compiled source #
+###################
+*.com
+*.class
+*.dll
+*.exe
+*.o
+*.so
+
+# Packages #
+############
+# it's better to unpack these files and commit the raw source
+# git has its own built in compression methods
+*.7z
+*.dmg
+*.gz
+*.iso
+*.jar
+*.rar
+*.tar
+*.zip
+
+# Logs and databases #
+######################
+*.log
+*.sql
+*.sqlite
+
+# OS generated files #
+######################
+.DS_Store
+.DS_Store?
+._*
+.Spotlight-V100
+.Trashes
+ehthumbs.db
+Thumbs.db

+ 1 - 0
install.conf.yaml

@@ -31,3 +31,4 @@
         relink: true
         path: atom/
         create: true
+    ~/.gitignore_global: gitignore_global