setup.py: Removing deps as per bug #1086#c7
[lambdasoc.git] / .gitignore
1 # Python
2 __pycache__/
3 /*.egg-info
4 /.eggs
5
6 # coverage
7 /.coverage
8 /htmlcov
9
10 # tests
11 *.vcd
12 *.gtkw
13
14 # misc user-created
15 *.il
16 *.v
17 /build
18 examples/build