From: whitequark Date: Sat, 2 Nov 2019 02:03:14 +0000 (+0000) Subject: Improve .gitignore. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b3d9bf6da7f50f8321ccedc033b17aacce2b7172;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