From: Zachary Snow Date: Mon, 18 Jan 2021 18:13:21 +0000 (-0700) Subject: Add plugin.so.dSYM to .gitignore X-Git-Tag: working-ls180~122^2 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4c108b441930016c38bb13767da7461614409375;p=yosys.git Add plugin.so.dSYM to .gitignore This artifact is automatically generated by the builtin clang on macOS when -g is used. --- diff --git a/tests/various/.gitignore b/tests/various/.gitignore index 12d4e5048..2bb6c7179 100644 --- a/tests/various/.gitignore +++ b/tests/various/.gitignore @@ -4,3 +4,4 @@ /write_gzip.v.gz /run-test.mk /plugin.so +/plugin.so.dSYM