Make .gitignore a bit clearer

This commit is contained in:
Matt Ames 2020-12-09 06:39:00 +11:00
parent bdd6707dc5
commit d8c01956ba
1 changed files with 2 additions and 1 deletions

3
.gitignore vendored
View File

@ -1,3 +1,4 @@
# ignore build artifacts and .pyc compiled python bytecode files
# Ignore build artifacts
build/
# Ignore .pyc compiled python bytecode files
*.pyc