Skip to content

Commit

Permalink
Add a global gitignore, ignore vim swp files.
Browse files Browse the repository at this point in the history
  • Loading branch information
dpetersen committed Feb 5, 2013
1 parent 0c70ebd commit 7da1142
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions home/.gitconfig
@@ -1,3 +1,5 @@
[user]
name = Don Petersen
email = don@donpetersen.net
[core]
excludesfile = ~/.gitignore_global
1 change: 1 addition & 0 deletions home/.gitignore_global
@@ -0,0 +1 @@
*.swp

0 comments on commit 7da1142

Please sign in to comment.