diff options
author | Brett Weiland <brett_weiland@bpcspace.com> | 2023-01-22 15:34:25 -0600 |
---|---|---|
committer | Brett Weiland <brett_weiland@bpcspace.com> | 2023-01-22 15:34:25 -0600 |
commit | 8db9e4cfba7de89b5492203ed1b225297be47f68 (patch) | |
tree | 4e21e076bbaabf7b0b37d54e0c9c2eefd8409d5f /.gitignore |
init
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..0f7faa4 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +build/* +mandelbrot |