Add another missing gitignored file, and remove gitignore filter for tests/

This commit is contained in:
boukeversteegh
2020-05-22 15:34:25 +02:00
parent 13e08fdaa8
commit 6969ff7ff6
2 changed files with 47 additions and 6 deletions

7
.gitignore vendored
View File

@@ -4,14 +4,9 @@
.pytest_cache
.python-version
build/
betterproto/tests/*.bin
betterproto/tests/*_pb2.py
betterproto/tests/*.py
!betterproto/tests/generate.py
!betterproto/tests/test_*.py
betterproto/tests/output_*
**/__pycache__
dist
**/*.egg-info
output
betterproto/tests/output_*
.idea