From: whitequark Date: Sat, 2 Nov 2019 02:03:14 +0000 (+0000) Subject: Improve .gitignore. X-Git-Tag: v0.1~3 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e9887780af9dc0c3ed86709c3ed94c4a60f85b17;p=nmigen.git Improve .gitignore. Fixes #264. --- diff --git a/.gitignore b/.gitignore index 28ccc08..479c7d1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ # Python -*.pyc +__pycache__/ /*.egg-info /.eggs