diff options
author | Brett Weiland <brett_weiland@bpcspace.com> | 2023-01-22 15:38:24 -0600 |
---|---|---|
committer | Brett Weiland <brett_weiland@bpcspace.com> | 2023-01-22 15:38:24 -0600 |
commit | 4c055c167638e77fb23e645dc44f34879984630b (patch) | |
tree | 82f5a1c9eb25acc819a8b215133fd1c4c288c6a0 | |
parent | 8db9e4cfba7de89b5492203ed1b225297be47f68 (diff) |
fixing gitignore
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | out.png | bin | 2679921 -> 0 bytes | |||
-rw-r--r-- | out1.png | bin | 2679899 -> 0 bytes |
3 files changed, 2 insertions, 0 deletions
@@ -1,2 +1,4 @@ build/* mandelbrot +*.png +notes diff --git a/out.png b/out.png Binary files differdeleted file mode 100644 index c85eb9b..0000000 --- a/out.png +++ /dev/null diff --git a/out1.png b/out1.png Binary files differdeleted file mode 100644 index f572131..0000000 --- a/out1.png +++ /dev/null |