From 84703f1979bd0e0f05541c96220703395b4605b7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jean-Fran=C3=A7ois=20Nguyen?= Date: Wed, 25 Mar 2020 19:00:38 +0100 Subject: [PATCH] Add .gitignore --- .gitignore | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3fd8abf --- /dev/null +++ b/.gitignore @@ -0,0 +1,17 @@ +# Python +__pycache__/ +/*.egg-info +/.eggs + +# coverage +/.coverage +/htmlcov + +# tests +*.vcd +*.gtkw + +# misc user-created +*.il +*.v +/build -- 2.30.2