diff options
author | Tom Smeding <tom.smeding@gmail.com> | 2019-09-28 13:54:30 +0200 |
---|---|---|
committer | Tom Smeding <tom.smeding@gmail.com> | 2019-09-28 13:54:30 +0200 |
commit | 4d9a33d9ba4e6644a2f8b417b07cf5005d119cc6 (patch) | |
tree | 7654ae5cfbaee318a28e6605d0b05e6b30f23c34 /.gitignore | |
parent | 1c8126798cd38fa8deb5ea1e2ad6e943ec2d5780 (diff) |
Add .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..aeb896a --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +compile_commands.json +*.o +mandel.a +mandel +out.bmp |