2018-06-27 12:54:00 -05:00
|
|
|
# editor backup files
|
|
|
|
*~
|
|
|
|
|
2018-09-14 14:11:51 -05:00
|
|
|
# temp files
|
|
|
|
.DS_Store
|
|
|
|
|
2019-05-21 13:15:38 -05:00
|
|
|
# ctags
|
2020-01-03 22:17:40 -06:00
|
|
|
vpr7_x2p/vpr/src/tags
|
2019-05-21 13:15:38 -05:00
|
|
|
|
2018-06-27 12:54:00 -05:00
|
|
|
# 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
|
2018-07-30 11:36:34 -05:00
|
|
|
|
|
|
|
# build files
|
|
|
|
*.d
|
|
|
|
*.o
|
|
|
|
*.a
|
2022-12-01 13:42:25 -06:00
|
|
|
*.so
|
2018-11-19 16:50:29 -06:00
|
|
|
vpr7_x2p/vpr/vpr
|
|
|
|
vpr7_x2p/printhandler/printhandlerdemo
|
|
|
|
vpr7_x2p/libarchfpga/read_arch
|
|
|
|
vpr7_x2p/pcre/pcredemo
|
2019-08-17 23:59:54 -05:00
|
|
|
ace2/ace
|
|
|
|
vpr7_x2p/libpcre/pcredemo
|
|
|
|
vpr7_x2p/libprinthandler/printhandlerdemo
|
|
|
|
vpr7_x2p/vpr/vpr_shell
|
2019-07-01 12:07:23 -05:00
|
|
|
|
|
|
|
# Some local temporary files
|
|
|
|
.vscode
|
2019-08-08 19:08:39 -05:00
|
|
|
*_local.bat
|
|
|
|
fpga_flow/csv_rpts
|
2019-08-17 23:59:54 -05:00
|
|
|
tmp/
|
2019-08-18 13:26:05 -05:00
|
|
|
build/
|
|
|
|
|
2019-11-02 00:26:31 -05:00
|
|
|
message.txt
|
2020-01-03 22:17:40 -06:00
|
|
|
deploy_key
|
2020-12-10 15:35:19 -06:00
|
|
|
openfpga/openfpga
|
|
|
|
vpr/vpr
|
2022-05-03 15:20:10 -05:00
|
|
|
|
|
|
|
# Ignore temp directories
|
|
|
|
node_modules
|
|
|
|
package-lock.json
|
2022-12-01 13:42:25 -06:00
|
|
|
/_*/
|