From: Jacob Lifshay Date: Sun, 25 Oct 2020 23:10:37 +0000 (-0700) Subject: add output json files to .gitignore X-Git-Tag: v0.2.0~2 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e9676500ed13ca9eb7fe4327c34be6281caf1743;p=power-instruction-analyzer.git add output json files to .gitignore --- diff --git a/.gitignore b/.gitignore index b33ee44..c7acde7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /target __pycache__ -*.pyc \ No newline at end of file +*.pyc +/output-for-*