diff options
| author | Douglas B. Rumbaugh <doug@douglasrumbaugh.com> | 2025-11-01 11:47:48 -0400 |
|---|---|---|
| committer | Douglas B. Rumbaugh <doug@douglasrumbaugh.com> | 2025-11-01 11:47:48 -0400 |
| commit | 1c2f33050478e5c859fa7be390681b39ee7311b2 (patch) | |
| tree | bfd849ab5af03be158e12ffafef97b8bc99baf80 /.gitignore | |
| parent | 06a02a3a50baf261a0f1c998bfd02269c3ed45de (diff) | |
| download | hush-1c2f33050478e5c859fa7be390681b39ee7311b2.tar.gz | |
updates
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9c58ac0 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +bin/* +build/* |