diff options
author | Marek Gilbert <mcg@google.com> | 2017-08-02 09:37:33 -0700 |
---|---|---|
committer | Marek Gilbert <mcg@google.com> | 2017-08-02 09:50:52 -0700 |
commit | 0aaeea625089413b61006933cbfc1846e36cb686 (patch) | |
tree | f2f92a51f70f71a0ebe8bdf1b9f36298fbc93067 /.gitignore | |
parent | dc30b673efde645bba551a576bdaacb04a2f4733 (diff) |
Add vim swap files to .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -33,6 +33,10 @@ DerivedData *.hmap *.ipa +# Vim +*.swo +*.swp + # Bundler .bundle |