Fix previous gitignore change for uvm directory rejig

I'd written the original patch (b157573) on a branch that didn't
include commit 2431551 (which moves stuff that was in dv/uvm into
dv/uvm/core_ibex). Apparently, I'd fixed up the rule for the output
directory, but I'd missed the ucli.key file.
This commit is contained in:
Rupert Swarbrick 2020-02-27 10:02:28 +00:00 committed by Philipp Wagner
parent b1575739b0
commit 77ecffc335

2
.gitignore vendored
View file

@ -18,7 +18,7 @@ ibex_simple_system_pcount.csv
__pycache__
# This is generated by VCS when running DV simulations with WAVE=1.
/dv/uvm/ucli.key
/dv/uvm/core_ibex/ucli.key
# This is the default output directory in dv/uvm/core_ibex and
# contains auto-generated files from building and running tests.