diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-09-13 21:54:37 -0600 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-09-13 21:54:37 -0600 |
commit | 41c688316889ac2edddfae09fbeaa52a2206a33c (patch) | |
tree | 27b63116e43690b11caf752c6d9a42cb2e978910 /.gitignore |
initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..84c048a --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/build/ |