mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-31 16:33:19 +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
1
techlibs/xilinx/tests/.gitignore
vendored
1
techlibs/xilinx/tests/.gitignore
vendored
|
@ -1,7 +1,6 @@
|
||||||
bram1_cmp
|
bram1_cmp
|
||||||
bram1.mk
|
bram1.mk
|
||||||
bram1_[0-9]*/
|
bram1_[0-9]*/
|
||||||
bram2.log
|
|
||||||
bram2_syn.v
|
bram2_syn.v
|
||||||
bram2_tb
|
bram2_tb
|
||||||
dsp_work*/
|
dsp_work*/
|
||||||
|
|
2
tests/opt/.gitignore → tests/.gitignore
vendored
2
tests/opt/.gitignore → tests/.gitignore
vendored
|
@ -1,2 +1,4 @@
|
||||||
*.log
|
*.log
|
||||||
|
*.out
|
||||||
|
*.err
|
||||||
run-test.mk
|
run-test.mk
|
1
tests/aiger/.gitignore
vendored
1
tests/aiger/.gitignore
vendored
|
@ -1,3 +1,2 @@
|
||||||
/*_ref.v
|
/*_ref.v
|
||||||
/*.log
|
|
||||||
/neg.out/
|
/neg.out/
|
||||||
|
|
2
tests/arch/anlogic/.gitignore
vendored
2
tests/arch/anlogic/.gitignore
vendored
|
@ -1,4 +1,2 @@
|
||||||
*.log
|
|
||||||
/run-test.mk
|
|
||||||
+*_synth.v
|
+*_synth.v
|
||||||
+*_testbench
|
+*_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
|
+*_synth.v
|
||||||
+*_testbench
|
+*_testbench
|
||||||
|
|
2
tests/arch/gatemate/.gitignore
vendored
2
tests/arch/gatemate/.gitignore
vendored
|
@ -1,4 +1,2 @@
|
||||||
*.log
|
|
||||||
/run-test.mk
|
|
||||||
+*_synth.v
|
+*_synth.v
|
||||||
+*_testbench
|
+*_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
|
*.json
|
||||||
/run-test.mk
|
|
||||||
+*_synth.v
|
+*_synth.v
|
||||||
+*_testbench
|
+*_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
|
*.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
|
+*_synth.v
|
||||||
+*_testbench
|
+*_testbench
|
||||||
|
|
2
tests/arch/xilinx/.gitignore
vendored
2
tests/arch/xilinx/.gitignore
vendored
|
@ -1,5 +1,3 @@
|
||||||
/*.log
|
|
||||||
/*.out
|
|
||||||
/run-test.mk
|
/run-test.mk
|
||||||
/*_uut.v
|
/*_uut.v
|
||||||
/test_macc
|
/test_macc
|
||||||
|
|
2
tests/asicworld/.gitignore
vendored
2
tests/asicworld/.gitignore
vendored
|
@ -1,2 +0,0 @@
|
||||||
*.log
|
|
||||||
*.out
|
|
2
tests/bind/.gitignore
vendored
2
tests/bind/.gitignore
vendored
|
@ -1,2 +0,0 @@
|
||||||
*.log
|
|
||||||
run-test.mk
|
|
1
tests/blif/.gitignore
vendored
1
tests/blif/.gitignore
vendored
|
@ -1 +0,0 @@
|
||||||
*.log
|
|
1
tests/fmt/.gitignore
vendored
1
tests/fmt/.gitignore
vendored
|
@ -1,3 +1,2 @@
|
||||||
*.log
|
|
||||||
iverilog-*
|
iverilog-*
|
||||||
yosys-*
|
yosys-*
|
||||||
|
|
2
tests/hana/.gitignore
vendored
2
tests/hana/.gitignore
vendored
|
@ -1,2 +0,0 @@
|
||||||
*.log
|
|
||||||
*.out
|
|
1
tests/liberty/.gitignore
vendored
1
tests/liberty/.gitignore
vendored
|
@ -1,3 +1,2 @@
|
||||||
*.log
|
|
||||||
/*.filtered
|
/*.filtered
|
||||||
*.verilogsim
|
*.verilogsim
|
||||||
|
|
1
tests/lut/.gitignore
vendored
1
tests/lut/.gitignore
vendored
|
@ -1 +0,0 @@
|
||||||
*.log
|
|
3
tests/memlib/.gitignore
vendored
3
tests/memlib/.gitignore
vendored
|
@ -1,5 +1,2 @@
|
||||||
t_*.log
|
|
||||||
t_*.out
|
|
||||||
t_*.v
|
t_*.v
|
||||||
t_*.ys
|
t_*.ys
|
||||||
run-test.mk
|
|
||||||
|
|
2
tests/memories/.gitignore
vendored
2
tests/memories/.gitignore
vendored
|
@ -1,3 +1 @@
|
||||||
*.log
|
|
||||||
*.out
|
|
||||||
*.dmp
|
*.dmp
|
||||||
|
|
1
tests/peepopt/.gitignore
vendored
1
tests/peepopt/.gitignore
vendored
|
@ -1 +0,0 @@
|
||||||
/*.log
|
|
1
tests/proc/.gitignore
vendored
1
tests/proc/.gitignore
vendored
|
@ -1 +0,0 @@
|
||||||
*.log
|
|
1
tests/rpc/.gitignore
vendored
1
tests/rpc/.gitignore
vendored
|
@ -1 +0,0 @@
|
||||||
*.log
|
|
2
tests/sat/.gitignore
vendored
2
tests/sat/.gitignore
vendored
|
@ -1,4 +1,2 @@
|
||||||
*.log
|
|
||||||
run-test.mk
|
|
||||||
*.vcd
|
*.vcd
|
||||||
*.fst
|
*.fst
|
||||||
|
|
1
tests/select/.gitignore
vendored
1
tests/select/.gitignore
vendored
|
@ -1 +0,0 @@
|
||||||
/*.log
|
|
3
tests/sim/.gitignore
vendored
3
tests/sim/.gitignore
vendored
|
@ -1,6 +1,3 @@
|
||||||
*.log
|
|
||||||
/run-test.mk
|
|
||||||
+*_synth.v
|
+*_synth.v
|
||||||
+*_testbench
|
+*_testbench
|
||||||
*.out
|
|
||||||
*.fst
|
*.fst
|
||||||
|
|
3
tests/simple/.gitignore
vendored
3
tests/simple/.gitignore
vendored
|
@ -1,3 +0,0 @@
|
||||||
*.log
|
|
||||||
*.out
|
|
||||||
*.err
|
|
2
tests/simple_abc9/.gitignore
vendored
2
tests/simple_abc9/.gitignore
vendored
|
@ -1,5 +1,3 @@
|
||||||
*.v
|
*.v
|
||||||
*.sv
|
*.sv
|
||||||
*.log
|
|
||||||
*.out
|
|
||||||
*.bak
|
*.bak
|
||||||
|
|
3
tests/svtypes/.gitignore
vendored
3
tests/svtypes/.gitignore
vendored
|
@ -1,3 +0,0 @@
|
||||||
/*.log
|
|
||||||
/*.out
|
|
||||||
/run-test.mk
|
|
3
tests/techmap/.gitignore
vendored
3
tests/techmap/.gitignore
vendored
|
@ -1,3 +0,0 @@
|
||||||
*.log
|
|
||||||
*.out
|
|
||||||
/*.mk
|
|
3
tests/various/.gitignore
vendored
3
tests/various/.gitignore
vendored
|
@ -1,9 +1,6 @@
|
||||||
/*.log
|
|
||||||
/*.out
|
|
||||||
/*.sel
|
/*.sel
|
||||||
/write_gzip.v
|
/write_gzip.v
|
||||||
/write_gzip.v.gz
|
/write_gzip.v.gz
|
||||||
/run-test.mk
|
|
||||||
/plugin.so
|
/plugin.so
|
||||||
/plugin.so.dSYM
|
/plugin.so.dSYM
|
||||||
/temp
|
/temp
|
||||||
|
|
3
tests/verific/.gitignore
vendored
3
tests/verific/.gitignore
vendored
|
@ -1,3 +0,0 @@
|
||||||
/*.log
|
|
||||||
/*.out
|
|
||||||
/run-test.mk
|
|
4
tests/verilog/.gitignore
vendored
4
tests/verilog/.gitignore
vendored
|
@ -1,7 +1,3 @@
|
||||||
/*.log
|
|
||||||
/*.out
|
|
||||||
/*.err
|
|
||||||
/run-test.mk
|
|
||||||
/const_arst.v
|
/const_arst.v
|
||||||
/const_sr.v
|
/const_sr.v
|
||||||
/doubleslash.v
|
/doubleslash.v
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue