diff options
author | Ben Kelly <bk@ancilla.ca> | 2017-07-13 09:36:05 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-13 09:36:05 -0400 |
commit | 627f017b5b1579f7afa5702c5edc43ff7e6a7b87 (patch) | |
tree | 93930d4b4d3b40c48738b048c33a983b91466c3c /.gitignore | |
parent | b3ea515b1ec6e3192950c1607954f9418527291c (diff) | |
parent | c9731ec430bb9524d5870b28177bd95279d73362 (diff) | |
download | wee-slack-627f017b5b1579f7afa5702c5edc43ff7e6a7b87.tar.gz |
Merge pull request #392 from ToxicFrog/toxicfrog/fix-tests
Fix the tests
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8673f9c --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +*.pyc +.cache/ +*.sublime-* |