vendor.lattice_{ecp5,machxo_2_3l}: remove -forceAll from Diamond scripts.
[nmigen.git] / .gitignore
1 # Python
2 __pycache__/
3 /*.egg-info
4 /.eggs
5 /dist
6
7 # coverage
8 /.coverage
9 /htmlcov
10
11 # tests
12 /tests/spec_*/
13 *.vcd
14 *.gtkw
15
16 # misc user-created
17 /*.il
18 /*.v
19 /build