diff options
author | Clifford Wolf <clifford@clifford.at> | 2013-01-05 11:35:52 +0100 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2013-01-05 11:35:52 +0100 |
commit | 2d9cbd3b020596940c93fec3f5a0d7f768d4c599 (patch) | |
tree | 4598c72d313964251464408150b1cec436fa8730 /tests | |
parent | 6543917fb8e9f3bbfd5090045a166d761d6fffb5 (diff) | |
download | yosys-2d9cbd3b020596940c93fec3f5a0d7f768d4c599.tar.gz yosys-2d9cbd3b020596940c93fec3f5a0d7f768d4c599.tar.bz2 yosys-2d9cbd3b020596940c93fec3f5a0d7f768d4c599.zip |
added more .gitignore files (make test)
Diffstat (limited to 'tests')
-rw-r--r-- | tests/asicworld/.gitignore | 2 | ||||
-rw-r--r-- | tests/hana/.gitignore | 2 | ||||
-rw-r--r-- | tests/simple/.gitignore | 2 | ||||
-rw-r--r-- | tests/tools/.gitignore | 1 |
4 files changed, 7 insertions, 0 deletions
diff --git a/tests/asicworld/.gitignore b/tests/asicworld/.gitignore new file mode 100644 index 000000000..073f46157 --- /dev/null +++ b/tests/asicworld/.gitignore @@ -0,0 +1,2 @@ +*.log +*.out diff --git a/tests/hana/.gitignore b/tests/hana/.gitignore new file mode 100644 index 000000000..073f46157 --- /dev/null +++ b/tests/hana/.gitignore @@ -0,0 +1,2 @@ +*.log +*.out diff --git a/tests/simple/.gitignore b/tests/simple/.gitignore new file mode 100644 index 000000000..073f46157 --- /dev/null +++ b/tests/simple/.gitignore @@ -0,0 +1,2 @@ +*.log +*.out diff --git a/tests/tools/.gitignore b/tests/tools/.gitignore new file mode 100644 index 000000000..8176dfbe3 --- /dev/null +++ b/tests/tools/.gitignore @@ -0,0 +1 @@ +cmp_tbdata |