diff options
author | Jose Asuncion <jeunito@gmail.com> | 2017-07-04 15:34:55 -0700 |
---|---|---|
committer | Jose Asuncion <jeunito@gmail.com> | 2017-07-04 20:18:53 -0700 |
commit | 15d13582b0dbe78c20175cc6dc3d68d10f995505 (patch) | |
tree | 094bdf41b5aa8b8883146ae83eea2bee594a1292 /.gitignore | |
parent | e419d7f0eb0c494a0a2f5d5963eac6fb35153bac (diff) | |
download | chef-15d13582b0dbe78c20175cc6dc3d68d10f995505.tar.gz |
ignore .swp files
Signed-off-by: Jose Asuncion <jeunito@gmail.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 83e7f8cad3..984c86f9c4 100644 --- a/.gitignore +++ b/.gitignore @@ -52,3 +52,5 @@ acceptance/bin/* vendor/ acceptance/vendor kitchen-tests/vendor + +*.swp |