From: encode32 Date: Tue, 11 May 2021 19:25:16 +0000 (+0200) Subject: Update .gitignore X-Git-Tag: 0.2.0~1 X-Git-Url: https://uglyman.kremlin.cc/gitweb/gitweb.cgi?a=commitdiff_plain;h=9efd562329a6fce6f619935a67df3453f4ebbfba;p=esp.git Update .gitignore --- diff --git a/.gitignore b/.gitignore index a1c2a23..2c6fe69 100644 --- a/.gitignore +++ b/.gitignore @@ -1,23 +1,50 @@ -# Compiled class file -*.class +.metadata +bin/ +tmp/ +*.tmp +*.bak +*.swp +*~.nib +local.properties +.settings/ +.loadpath +.recommenders -# Log file -*.log +# Eclipse Core +.project -# BlueJ files -*.ctxt +# External tool builders +.externalToolBuilders/ -# Mobile Tools for Java (J2ME) -.mtj.tmp/ +# Locally stored "Eclipse launch configurations" +*.launch -# Package Files # -*.jar -*.war -*.nar -*.ear -*.zip -*.tar.gz -*.rar +# PyDev specific (Python IDE for Eclipse) +*.pydevproject -# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml -hs_err_pid* +# CDT-specific (C/C++ Development Tooling) +.cproject + +# JDT-specific (Eclipse Java Development Tools) +.classpath + +# Java annotation processor (APT) +.factorypath + +# PDT-specific (PHP Development Tools) +.buildpath + +# sbteclipse plugin +.target + +# Tern plugin +.tern-project + +# TeXlipse plugin +.texlipse + +# STS (Spring Tool Suite) +.springBeans + +# Code Recommenders +.recommenders/ \ No newline at end of file