35 lines
343 B
Plaintext
35 lines
343 B
Plaintext
# editor backup files
|
|
*~
|
|
|
|
# temp files
|
|
.DS_Store
|
|
|
|
# ctags
|
|
tags
|
|
|
|
# log files
|
|
**/logs
|
|
*.log
|
|
|
|
# Jupyter / iPython
|
|
.ipynb_checkpoints/
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
|
|
# vpr
|
|
*.out
|
|
*.place
|
|
*.route
|
|
*.net
|
|
*.rpt
|
|
|
|
# build files
|
|
*.d
|
|
*.o
|
|
*.a
|
|
vpr7_x2p/vpr/vpr
|
|
vpr7_x2p/printhandler/printhandlerdemo
|
|
vpr7_x2p/libarchfpga/read_arch
|
|
vpr7_x2p/pcre/pcredemo
|