Browse Source

Add patterns to .gitignore

Justin Mayer 6 years ago
parent
commit
b3b8d36a7f
1 changed files with 5 additions and 1 deletions
  1. 5 1
      .gitignore

+ 5 - 1
.gitignore

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