From 9b6a9647f720dfa85182ae307a42f7ecaf163971 Mon Sep 17 00:00:00 2001 From: Sergii Kabashniuk Date: Thu, 11 Feb 2016 14:19:25 +0200 Subject: [PATCH] Init ignore Signed-off-by: Sergii Kabashniuk --- .gitignore | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 .gitignore 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