diff options
author | Humberto Jimenez <humberto.jimenez@ni.com> | 2021-11-17 16:33:28 -0600 |
---|---|---|
committer | Wade Fife <wade.fife@ettus.com> | 2022-01-25 18:28:57 -0700 |
commit | 739b37ba40e7aba288ed781922aa8fa3b1bfc16e (patch) | |
tree | 159fead43777fab14e6108740225b8e791dbe549 /fpga/usrp3/top/n3xx/dboards/rh/cpld/.gitignore | |
parent | b29af0ea0d340f37628f65e7b739fa1865d212a9 (diff) | |
download | uhd-739b37ba40e7aba288ed781922aa8fa3b1bfc16e.tar.gz uhd-739b37ba40e7aba288ed781922aa8fa3b1bfc16e.tar.bz2 uhd-739b37ba40e7aba288ed781922aa8fa3b1bfc16e.zip |
fpga: n3xx: rh: cpld: Refactor CPLD build process
Diffstat (limited to 'fpga/usrp3/top/n3xx/dboards/rh/cpld/.gitignore')
-rw-r--r-- | fpga/usrp3/top/n3xx/dboards/rh/cpld/.gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/fpga/usrp3/top/n3xx/dboards/rh/cpld/.gitignore b/fpga/usrp3/top/n3xx/dboards/rh/cpld/.gitignore new file mode 100644 index 000000000..fcdcdf540 --- /dev/null +++ b/fpga/usrp3/top/n3xx/dboards/rh/cpld/.gitignore @@ -0,0 +1,7 @@ +# Ignore Quartus generated files upon project opening. +*.qws +db/ +incremental_db/ +output_files/ +*.sopcinfo +build/ |