Update gitignore

Allow .dockerignore and .travis.yml
This commit is contained in:
Brian Martin 2019-12-30 11:58:13 -05:00
parent d504a248fb
commit 7ed6f95ee0
2 changed files with 24 additions and 0 deletions

2
.gitignore vendored
View file

@ -7,6 +7,8 @@ __pycache__
# Except .
!.github/
!.gitignore
!.dockerignore
!.travis.yml
# Ignore items in test (report, cache, etc), except files starting with test
tests/*