diff options
author | Leonard Kugis <leonardkugis@gmail.com> | 2018-01-13 15:36:08 +0000 |
---|---|---|
committer | Leonard Kugis <leonardkugis@gmail.com> | 2018-01-13 15:36:08 +0000 |
commit | d4c120217549f928a01ef5a69b3760851e1fda8d (patch) | |
tree | dad9e81d4918b66c67abb354788e834986c55dea /.gitignore | |
download | mandelbrot-explorer-d4c120217549f928a01ef5a69b3760851e1fda8d.tar.gz mandelbrot-explorer-d4c120217549f928a01ef5a69b3760851e1fda8d.tar.bz2 mandelbrot-explorer-d4c120217549f928a01ef5a69b3760851e1fda8d.zip |
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c4be1f7 --- /dev/null +++ b/.gitignore @@ -0,0 +1,24 @@ +*.com +*.class +*.dll +*.exe +*.o +*.so +*.7z +*.dmg +*.gz +*.iso +*.jar +*.rar +*.tar +*.zip +*.log +*.sql +*.sqlite +.DS_Store +.DS_Store? +._* +.Spotlight-V100 +.Trashes +ehthumbs.db +Thumbs.db |