mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-10 21:20:53 +00:00
Add a general tests/.gitignore and remove redundant entries in subdirectory .gitignore files.
This commit is contained in:
parent
2223d7848b
commit
8b75c06141
39 changed files with 2 additions and 77 deletions
2
tests/arch/anlogic/.gitignore
vendored
2
tests/arch/anlogic/.gitignore
vendored
|
@ -1,4 +1,2 @@
|
|||
*.log
|
||||
/run-test.mk
|
||||
+*_synth.v
|
||||
+*_testbench
|
||||
|
|
2
tests/arch/ecp5/.gitignore
vendored
2
tests/arch/ecp5/.gitignore
vendored
|
@ -1,2 +0,0 @@
|
|||
*.log
|
||||
/run-test.mk
|
3
tests/arch/efinix/.gitignore
vendored
3
tests/arch/efinix/.gitignore
vendored
|
@ -1,3 +0,0 @@
|
|||
/*.log
|
||||
/*.out
|
||||
/run-test.mk
|
2
tests/arch/fabulous/.gitignore
vendored
2
tests/arch/fabulous/.gitignore
vendored
|
@ -1,4 +1,2 @@
|
|||
*.log
|
||||
/run-test.mk
|
||||
+*_synth.v
|
||||
+*_testbench
|
||||
|
|
2
tests/arch/gatemate/.gitignore
vendored
2
tests/arch/gatemate/.gitignore
vendored
|
@ -1,4 +1,2 @@
|
|||
*.log
|
||||
/run-test.mk
|
||||
+*_synth.v
|
||||
+*_testbench
|
||||
|
|
3
tests/arch/gowin/.gitignore
vendored
3
tests/arch/gowin/.gitignore
vendored
|
@ -1,3 +0,0 @@
|
|||
/*.log
|
||||
/*.out
|
||||
/run-test.mk
|
2
tests/arch/ice40/.gitignore
vendored
2
tests/arch/ice40/.gitignore
vendored
|
@ -1,5 +1,3 @@
|
|||
*.log
|
||||
*.json
|
||||
/run-test.mk
|
||||
+*_synth.v
|
||||
+*_testbench
|
||||
|
|
2
tests/arch/intel_alm/.gitignore
vendored
2
tests/arch/intel_alm/.gitignore
vendored
|
@ -1,2 +0,0 @@
|
|||
/*.log
|
||||
/run-test.mk
|
2
tests/arch/machxo2/.gitignore
vendored
2
tests/arch/machxo2/.gitignore
vendored
|
@ -1,2 +0,0 @@
|
|||
*.log
|
||||
/run-test.mk
|
2
tests/arch/microchip/.gitignore
vendored
2
tests/arch/microchip/.gitignore
vendored
|
@ -1,4 +1,2 @@
|
|||
*.log
|
||||
/run-test.mk
|
||||
*.vm
|
||||
|
||||
|
|
2
tests/arch/nanoxplore/.gitignore
vendored
2
tests/arch/nanoxplore/.gitignore
vendored
|
@ -1,2 +0,0 @@
|
|||
*.log
|
||||
/run-test.mk
|
2
tests/arch/nexus/.gitignore
vendored
2
tests/arch/nexus/.gitignore
vendored
|
@ -1,2 +0,0 @@
|
|||
/*.log
|
||||
/run-test.mk
|
2
tests/arch/quicklogic/.gitignore
vendored
2
tests/arch/quicklogic/.gitignore
vendored
|
@ -1,4 +1,2 @@
|
|||
*.log
|
||||
run-test.mk
|
||||
+*_synth.v
|
||||
+*_testbench
|
||||
|
|
2
tests/arch/xilinx/.gitignore
vendored
2
tests/arch/xilinx/.gitignore
vendored
|
@ -1,5 +1,3 @@
|
|||
/*.log
|
||||
/*.out
|
||||
/run-test.mk
|
||||
/*_uut.v
|
||||
/test_macc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue