CPLD tool: Ignore .pyc files that get pooped out with firmware tools.

This commit is contained in:
Jared Boone
2019-02-28 20:19:51 -08:00
parent 9aa3a78d78
commit a04ed17a65

2
.gitignore vendored
View File

@ -68,3 +68,5 @@ firmware/cpld/**/*.xst
firmware/cpld/**/*.xwbt firmware/cpld/**/*.xwbt
firmware/**/build firmware/**/build
*.pyc