Add .gitignore
authorJean-François Nguyen <jf@lambdaconcept.com>
Wed, 25 Mar 2020 18:00:38 +0000 (19:00 +0100)
committerJean-François Nguyen <jf@lambdaconcept.com>
Wed, 25 Mar 2020 18:00:38 +0000 (19:00 +0100)
.gitignore [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..3fd8abf
--- /dev/null
@@ -0,0 +1,17 @@
+# Python
+__pycache__/
+/*.egg-info
+/.eggs
+
+# coverage
+/.coverage
+/htmlcov
+
+# tests
+*.vcd
+*.gtkw
+
+# misc user-created
+*.il
+*.v
+/build