diff options
author | Michael Steinert <[email protected]> | 2015-03-30 18:13:10 -0500 |
---|---|---|
committer | Michael Steinert <[email protected]> | 2015-03-30 18:13:10 -0500 |
commit | 77471e65f1618fc98af09b0188d9ad138b089366 (patch) | |
tree | 05f853c16288aeac920bc27ba3daad3b6b149c7c /.gitignore | |
parent | a0cde3fe01c403f3651e9ee3fec9d62e2a7d806b (diff) |
Fix a silly bug and add test coverage
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2d83068 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +coverage.out |