From: Jean-François Nguyen Date: Wed, 25 Mar 2020 18:00:38 +0000 (+0100) Subject: Add .gitignore X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=84703f1979bd0e0f05541c96220703395b4605b7;p=lambdasoc.git Add .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