소스 검색

Add patterns to .gitignore

Justin Mayer 7 년 전
부모
커밋
b3b8d36a7f
1개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  1. 5 1
      .gitignore

+ 5 - 1
.gitignore

@@ -1,6 +1,10 @@
+*~
+._*
+.*.swp
+.*.swo
 *.pyc
 *.log
-*~
+.DS_Store
 .directory
 .idea
 .project