diff options
author | Camil Staps | 2015-04-28 22:39:41 +0200 |
---|---|---|
committer | Camil Staps | 2015-04-28 22:39:41 +0200 |
commit | 2b77f0a7cd5c1a5591b943970900788472db28ac (patch) | |
tree | eaeb10464ff977b3a5d05cc3615279b102e0fa10 /.gitignore | |
parent | Project week 11 (diff) |
Working mandelbrot function
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,3 +1,4 @@ /Week10 Weather GUI/nbproject/private/ /Week10 Weather GUI/build/ -/Week11 Mandelbrot/nbproject/private/
\ No newline at end of file +/Week11 Mandelbrot/nbproject/private/ +/Week11 Mandelbrot/build/
\ No newline at end of file |