diff options
author | Kevin Chabowski <der.pc222@googlemail.com> | 2010-07-28 23:03:16 +0200 |
---|---|---|
committer | Kevin Chabowski <der.pc222@googlemail.com> | 2010-07-28 23:03:16 +0200 |
commit | 054a617a9375b835492368c3773315b09d3851ce (patch) | |
tree | 231d5e4a57e994e3cc3c0b005fea6fe2a4a9fcc9 /.gitignore | |
download | Another-mandelbrot-viewer-054a617a9375b835492368c3773315b09d3851ce.tar.gz Another-mandelbrot-viewer-054a617a9375b835492368c3773315b09d3851ce.tar.bz2 Another-mandelbrot-viewer-054a617a9375b835492368c3773315b09d3851ce.zip |
Initial commit for mandelbrot.
Diffstat (limited to '.gitignore')
-rwxr-xr-x | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100755 index 0000000..d6ff91a --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +*~ +*.o |