hdl.ir: resolve hierarchy conflicts before creating missing domains.
[nmigen.git] / .gitignore
1 # Python
2 __pycache__/
3 /*.egg-info
4 /.eggs
5
6 # coverage
7 /.coverage
8 /htmlcov
9
10 # tests
11 **/test/spec_*/
12 *.vcd
13 *.gtkw
14
15 # misc user-created
16 *.il
17 *.v
18 /build