diff options
author | Leonard Kugis <leonardkugis@gmail.com> | 2018-01-13 16:36:08 +0100 |
---|---|---|
committer | Leonard Kugis <leonardkugis@gmail.com> | 2018-01-13 16:36:08 +0100 |
commit | d4c120217549f928a01ef5a69b3760851e1fda8d (patch) | |
tree | dad9e81d4918b66c67abb354788e834986c55dea /.gitignore |
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 |