diff options
author | Carl Lerche <carllerche@mac.com> | 2010-07-06 17:10:25 -0700 |
---|---|---|
committer | Carl Lerche <carllerche@mac.com> | 2010-07-06 17:29:15 -0700 |
commit | d0db5869bb3489eda49fbbe901c0455e43669fcf (patch) | |
tree | eae5e368e9e0e633cc7ace29131b29e58cc01765 /.gitignore | |
parent | 05222b1f327e95f1b32fd6187855b850eeb9841b (diff) | |
download | bundler-d0db5869bb3489eda49fbbe901c0455e43669fcf.tar.gz |
Add vim swap files to the gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 9dc5f4afb9..e077fb5f10 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ .DS_Store +.*.swp tmp pkg *.gem -*.rbc
\ No newline at end of file +*.rbc |