From: Tim 'mithro' Ansell Date: Tue, 14 Apr 2015 08:28:55 +0000 (+1000) Subject: Adding .egg-info to the .gitignore X-Git-Tag: 24jan2021_ls180~2099^2~100 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=34207982bc9b220c7834568146339cc1c53293cb;p=litex.git Adding .egg-info to the .gitignore --- diff --git a/.gitignore b/.gitignore index cec18e71..3fa21c42 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ __pycache__ *.pyc +*.egg-info/ vpi/*.o vpi/migensim.vpi examples/*.vcd