Updating gitignore to track some hidden files

This commit is contained in:
Michael Lazar
2017-08-03 00:56:32 -04:00
parent f41fcba446
commit 6d364fb070

5
.gitignore vendored
View File

@@ -1,4 +1,9 @@
.* .*
!.travis.yml
!.pylintrc
!.gitignore
!.gitattributes
!.coveragerc
*~ *~
*.pyc *.pyc
build build