OpenFPGA/.gitignore

20 lines
168 B
Plaintext
Raw Normal View History

2018-06-27 12:54:00 -05:00
# editor backup files
*~
# log files
**/logs
*.log
# Jupyter / iPython
.ipynb_checkpoints/
__pycache__/
*.py[cod]
*$py.class
2018-07-18 11:50:37 -05:00
# vpr
*.out
*.place
*.route
*.net
*.rpt