aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorCharles <sircharlesaze@gmail.com>2019-08-27 15:30:51 +0200
committerCharles <sircharlesaze@gmail.com>2019-08-27 15:30:51 +0200
commit60adb6e2f051ab72fb66541a8f48ef195317d403 (patch)
treed9cf1c7c689a5871cb2c434958787c5b75fd7e10 /.gitignore
downloadmandelbrot_cpu-60adb6e2f051ab72fb66541a8f48ef195317d403.tar.gz
mandelbrot_cpu-60adb6e2f051ab72fb66541a8f48ef195317d403.tar.bz2
mandelbrot_cpu-60adb6e2f051ab72fb66541a8f48ef195317d403.zip
Initial commit
Compute if a number is in Mandelbrot set. Print it to the terminal.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..e07657e
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+a.out
+mandel
+*.o