commit 9b6a9647f720dfa85182ae307a42f7ecaf163971 Author: Sergii Kabashniuk Date: Thu Feb 11 14:19:25 2016 +0200 Init ignore Signed-off-by: Sergii Kabashniuk diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000000..4fe36ee9f7 --- /dev/null +++ b/.gitignore @@ -0,0 +1,58 @@ +# Eclipse # +################### + +.classpath +.project +.settings/ +target/ +bin/ +test-output/ + +# Idea # +################## +*.iml +*.ipr +*.iws +.idea/ + +# Compiled source # +################### +*.com +*.class +*.dll +*.exe +*.o +*.so +*.sh + +# Packages # +############ +# it's better to unpack these files and commit the raw source +# git has its own built in compression methods +*.7z +*.dmg +*.gz +*.iso +*.jar +*.rar +*.tar +*.zip +*.war +*.ear + + + +# Logs and databases # +###################### +*.log +*.sql +*.sqlite + +# OS generated files # +###################### +.DS_Store +ehthumbs.db +Icon? +Thumbs.db +*/overlays +*~ \ No newline at end of file