Skip to content

Commit

Permalink
Add .swp to MANIFEST.SKIP and .gitignore (vim related)
Browse files Browse the repository at this point in the history
  • Loading branch information
daoswald committed Dec 2, 2014
1 parent f36fa20 commit 14e0d14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
MYMETA.json
MYMETA.yml
*.html
*.swp
blib*
Makefile
Makefile.old
Expand Down
1 change: 1 addition & 0 deletions MANIFEST.SKIP
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
\.old$
^#.*#$
^\.#
\.swp$

# Custom skips.
\.gz$
Expand Down

0 comments on commit 14e0d14

Please sign in to comment.