diff options
author | Maxwell Beck <max@rastertail.net> | 2024-12-24 10:54:02 -0600 |
---|---|---|
committer | Maxwell Beck <max@rastertail.net> | 2024-12-24 10:54:02 -0600 |
commit | c684c194bccdb08df75423680ba334739a945fe5 (patch) | |
tree | ea052b7f413936629421fbb784aaea1dedb8133c /.gitignore |
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..00c49ee --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +.DS_Store +testbin/ +build/ + |