OpenFPGA/.gitignore

55 lines
654 B
Plaintext
Raw Permalink Normal View History

2018-06-27 12:54:00 -05:00
# editor backup files
*~
2018-09-14 14:11:51 -05:00
# temp files
.DS_Store
# ctags
vpr7_x2p/vpr/src/tags
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
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
*_local.bat
fpga_flow/csv_rpts
2019-08-17 23:59:54 -05:00
tmp/
build/
2019-11-02 00:26:31 -05:00
message.txt
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
/_*/