diff options
author | Tim Smith <tsmith@chef.io> | 2016-09-12 15:56:55 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2016-09-12 15:56:55 -0700 |
commit | 43ea496a7172d28115ae88aa890f1caf44d3f765 (patch) | |
tree | f62f92390d0df10a072ca2316a032e585c6859ad /.gitignore | |
parent | 1e8796cda6c1602df2d7d2107df32a650b678d75 (diff) | |
download | chef-43ea496a7172d28115ae88aa890f1caf44d3f765.tar.gz |
Format the acceptance markdown + exclude the binstubs
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 1e60843467..be88d2c809 100644 --- a/.gitignore +++ b/.gitignore @@ -43,3 +43,6 @@ kitchen-tests/nodes/* # Temporary files present during spec runs spec/data/test-dir /config/ + +# acceptance binstubs +acceptance/bin/* |