trivial: Ignore .pyc files by adding it to .gitignore

Title is self-explanatory: these files keep creeping in,
ignore them.

Change-Id: Ia31839fce3807f212bc664ac90084fa28d14b2b3
This commit is contained in:
Felipe Monteiro 2018-10-17 20:44:50 +01:00
parent 920068260d
commit bf5fdeec4f
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -8,3 +8,4 @@ pegleg.egg-info
build
dist
.cache
*.pyc