diff options
author | Thomas Winget <tewinget@gmail.com> | 2014-06-02 07:56:07 -0400 |
---|---|---|
committer | Thomas Winget <tewinget@gmail.com> | 2014-06-12 19:05:51 -0400 |
commit | 105825b4ce4a70b82d2055354d32fa66dba4218d (patch) | |
tree | a467bbb65230d2e735f3ea2983eebc222b7eaaeb /.gitignore | |
parent | new error code for rpc (diff) | |
download | monero-105825b4ce4a70b82d2055354d32fa66dba4218d.tar.xz |
added vim swap files to .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 20a3894a6..527864624 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,7 @@ .DS_Store /build /tags + +# vim swap files +*.swp +*.swo |