diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-10-08 19:27:17 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-10-08 19:27:17 -0500 |
commit | 6d110a03892bf164826b27bd9f92ef396f36d1b3 (patch) | |
tree | 782695720242688b694e95a8c40dc708f5dfd6d3 /.gitignore | |
parent | e242f93977d28b8d645b53f28fe052071dcbf10d (diff) | |
download | horizon-6d110a03892bf164826b27bd9f92ef396f36d1b3.tar.gz horizon-6d110a03892bf164826b27bd9f92ef396f36d1b3.tar.bz2 horizon-6d110a03892bf164826b27bd9f92ef396f36d1b3.tar.xz horizon-6d110a03892bf164826b27bd9f92ef396f36d1b3.zip |
tests: Now with 100% more automated testing
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,4 +1,11 @@ +# Build artifacts build + +# Doc output devel/requirements/html devel/script/html devel/vision/html + +# RSpec +tests/spec/examples.txt +tests/tmp |