Update .gitignore
authorencode32 <jesusreto@gmail.com>
Tue, 11 May 2021 19:25:16 +0000 (21:25 +0200)
committerencode32 <jesusreto@gmail.com>
Tue, 11 May 2021 19:25:16 +0000 (21:25 +0200)
.gitignore

index a1c2a238a965f004ff76978ac1086aa6fe95caea..2c6fe69ff30167ae7938593dfa54471a3345194e 100644 (file)
@@ -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