diff options
author | Zachary Snow <zach@zachjs.com> | 2021-01-18 11:13:21 -0700 |
---|---|---|
committer | Zachary Snow <zach@zachjs.com> | 2021-01-18 11:13:21 -0700 |
commit | 4c108b441930016c38bb13767da7461614409375 (patch) | |
tree | f2e5a76d24ff4e9d2ec829f03d47570978fd759f /tests/various | |
parent | 339848b954491e6bb63a3062c60f840730123436 (diff) | |
download | yosys-4c108b441930016c38bb13767da7461614409375.tar.gz yosys-4c108b441930016c38bb13767da7461614409375.tar.bz2 yosys-4c108b441930016c38bb13767da7461614409375.zip |
Add plugin.so.dSYM to .gitignore
This artifact is automatically generated by the builtin clang on macOS
when -g is used.
Diffstat (limited to 'tests/various')
-rw-r--r-- | tests/various/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
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 |