diff options
author | 2022-01-04 16:26:12 -0800 | |
---|---|---|
committer | 2022-01-04 16:26:12 -0800 | |
commit | 8706f77eb7ac1178c1008b5d6b01fceaa3f01383 (patch) | |
tree | 2b681c6df3c37ad3831457b19439c6bf911635cb | |
parent | 3cf0689d46babcb25c98a023ccdb1f302d6de868 (diff) | |
download | bun-8706f77eb7ac1178c1008b5d6b01fceaa3f01383.tar.gz bun-8706f77eb7ac1178c1008b5d6b01fceaa3f01383.tar.zst bun-8706f77eb7ac1178c1008b5d6b01fceaa3f01383.zip |
Update .gitignore
Diffstat (limited to '')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 3d442872c..e874a8ec3 100644 --- a/.gitignore +++ b/.gitignore @@ -85,3 +85,6 @@ src/deps/s2n-tls bun-binary src/deps/PLCrashReporter/ + +*.dSYM +*.crash |