diff options
| author | Calvin Morrison <calvin@pobox.com> | 2026-05-12 21:33:10 -0400 |
|---|---|---|
| committer | Calvin Morrison <calvin@pobox.com> | 2026-05-12 21:33:10 -0400 |
| commit | 4e602e78cdfc210ab7781668df2a88afb923258b (patch) | |
| tree | 9a75d454e62cd70380f4cc8dfd275e25369e29c5 | |
| parent | f6f7c36909fa161efe53c40e9b4c34856e751536 (diff) | |
Add .gitignore for build dir
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..567609b --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +build/ |
