litex-boards/.gitignore
Sean Cross 2c0ed53354 gitignore: ignore temporary python files
These get generated whenever one of these boards are used, which can
cause issues when this repo is used as a submodule.

Signed-off-by: Sean Cross <sean@xobs.io>
2019-06-19 12:51:06 -07:00

3 lines
No EOL
51 B
Text

# Ignore Python temporary files
*.pyc
__pycache__