change nmigen from programmerjake's repo to upstream nmigen
[ieee754fpu.git] / .gitignore
index 18401f4b8a6d13d9b1a2a0cd164a8ce96fc10f63..f288a6dfb814d843c0f26837c809f18771797965 100644 (file)
@@ -1,4 +1,13 @@
 *.vcd
-*.py*
+*.py?
+!*.pyi
 .*.sw?
 __pycache__
+*.v
+*.il
+*.il.*
+.eggs
+*.egg-info
+*.gtkw
+/formal_test_temp
+/sim_test_out
\ No newline at end of file