From 4c108b441930016c38bb13767da7461614409375 Mon Sep 17 00:00:00 2001 From: Zachary Snow Date: Mon, 18 Jan 2021 11:13:21 -0700 Subject: [PATCH] Add plugin.so.dSYM to .gitignore This artifact is automatically generated by the builtin clang on macOS when -g is used. --- tests/various/.gitignore | 1 + 1 file changed, 1 insertion(+) 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 -- 2.30.2