Add gitignore for simulation folder
authorJean THOMAS <git0@pub.jeanthomas.me>
Fri, 26 Jun 2020 13:19:52 +0000 (15:19 +0200)
committerJean THOMAS <git0@pub.jeanthomas.me>
Fri, 26 Jun 2020 13:19:52 +0000 (15:19 +0200)
gram/simulation/.gitignore [new file with mode: 0644]

diff --git a/gram/simulation/.gitignore b/gram/simulation/.gitignore
new file mode 100644 (file)
index 0000000..cb72720
--- /dev/null
@@ -0,0 +1,10 @@
+# Icarius Verilog generated files
+simcrg
+simsoc
+
+# nMigen generated files
+simcrg.v
+simsoc.v
+
+# VCD files
+*.vcd