diff options
author | scroggo@google.com <scroggo@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-02-08 16:59:59 +0000 |
---|---|---|
committer | scroggo@google.com <scroggo@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-02-08 16:59:59 +0000 |
commit | f1ee5b5c53c870082803f998167b1fb87df87571 (patch) | |
tree | 7973949f93722ff84e04c39cef06198d54267cec /.gitignore | |
parent | c3799ada5b291000b2adde57cc0fee734fd7e232 (diff) |
Add .swp files to gitignore.
Make git ignore .swp files (generated while editing in vim).
Review URL: https://codereview.appspot.com/7309059
git-svn-id: http://skia.googlecode.com/svn/trunk@7669 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 237b7f13ca..1ef10dc475 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +*.swp .android_config .DS_Store .gclient* |