diff options
author | Salim Afiune <afiune@chef.io> | 2017-03-13 11:11:11 -0400 |
---|---|---|
committer | Tom Duffield <tom@chef.io> | 2017-03-17 11:46:12 -0500 |
commit | b05a1fedf2993a26139e8ac8d0242c97e7c21351 (patch) | |
tree | b0dcd01dda0ab89c306caafa4d58793d03fe3342 /.gitignore | |
parent | 8dffb0360593377710a2b71ae6493ed6bb30acd7 (diff) | |
download | chef-b05a1fedf2993a26139e8ac8d0242c97e7c21351.tar.gz |
Add Shell SoloSession tests
Signed-off-by: Salim Afiune <afiune@chef.io>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 03d53ceb10..aaf9fa045e 100644 --- a/.gitignore +++ b/.gitignore @@ -43,6 +43,7 @@ kitchen-tests/nodes/* # Temporary files present during spec runs spec/data/test-dir +spec/data/nodes /config/ # acceptance binstubs |