diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..9030fae6 --- /dev/null +++ b/.gitignore @@ -0,0 +1,23 @@ +# Compiled source # +################### +*.com +*.class +*.dll +*.exe +*.o +*.so + +# Logs # +###################### +*.log + +# OS generated files # +###################### +.DS_Store +.DS_Store? +._* +.Spotlight-V100 +.Trashes +Icon? +ehthumbs.db +Thumbs.db \ No newline at end of file