diff options
author | Marcelina KoĆcielnicka <mwk@0x04.net> | 2021-03-23 14:51:37 +0100 |
---|---|---|
committer | Marcelina KoĆcielnicka <mwk@0x04.net> | 2021-03-23 17:35:00 +0100 |
commit | 4a35f244aa6ac187610cae0014d261e38cbab550 (patch) | |
tree | dca87833595d35b47e500aaffde3a4554697442d /tests | |
parent | 6b2100bf0185a8f9d0c1b2fb5657721b9853838b (diff) | |
download | yosys-4a35f244aa6ac187610cae0014d261e38cbab550.tar.gz yosys-4a35f244aa6ac187610cae0014d261e38cbab550.tar.bz2 yosys-4a35f244aa6ac187610cae0014d261e38cbab550.zip |
quicklogic: Add .gitignore file for test outputs.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/arch/quicklogic/.gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/arch/quicklogic/.gitignore b/tests/arch/quicklogic/.gitignore new file mode 100644 index 000000000..9a71dca69 --- /dev/null +++ b/tests/arch/quicklogic/.gitignore @@ -0,0 +1,4 @@ +*.log +/run-test.mk ++*_synth.v ++*_testbench |