vendor.lattice_{ecp5,machxo_2_3l}: remove -forceAll from Diamond scripts.
[nmigen.git] / .gitignore
index 29542a5b69fdb8a0ce486219d2b655a30dcc87d2..d11a3eb61749de07cfec0f1a7027b9a93d308774 100644 (file)
@@ -1,4 +1,19 @@
-*.pyc
-*.egg-info
-*.il
-*.v
+# Python
+__pycache__/
+/*.egg-info
+/.eggs
+/dist
+
+# coverage
+/.coverage
+/htmlcov
+
+# tests
+/tests/spec_*/
+*.vcd
+*.gtkw
+
+# misc user-created
+/*.il
+/*.v
+/build