Merge pull request #441 from RangeForce/python-gitignore

Add build and dist directories to .gitignore
This commit is contained in:
Samuel Mannehed 2020-09-02 02:19:12 +02:00 committed by GitHub
commit 536a548db5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

3
.gitignore vendored
View File

@ -6,4 +6,7 @@
target.cfg
target.cfg.d
.tox
build/
dist/
*.egg-info