From: Jacob Lifshay Date: Wed, 1 Apr 2020 01:58:37 +0000 (-0700) Subject: add .eggs to .gitignore X-Git-Tag: div_pipeline~1584 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=87f1afd2af6e6625586f10e5908f122261d3a64d;p=soc.git add .eggs to .gitignore --- diff --git a/.gitignore b/.gitignore index c5947d94..c2f8d859 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ Waveforms *.egg-info *.il **/*.gtkw +.eggs \ No newline at end of file