Skip to content

Commit

Permalink
Update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
JCTRoth authored Jul 17, 2018
1 parent 6d89653 commit 8ac1ab5
Showing 1 changed file with 68 additions and 18 deletions.
86 changes: 68 additions & 18 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,23 +1,73 @@
# Compiled class file
*.class

# Log file
*.log
# Created by https://www.gitignore.io/api/eclipse

# BlueJ files
*.ctxt
### Eclipse ###

# Mobile Tools for Java (J2ME)
.mtj.tmp/
.metadata
bin/
tmp/
*.tmp
*.bak
*.swp
*~.nib
local.properties
.settings/
.loadpath
.recommenders

# Package Files #
*.jar
*.war
*.nar
*.ear
*.zip
*.tar.gz
*.rar
# External tool builders
.externalToolBuilders/

# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
# Locally stored "Eclipse launch configurations"
*.launch

# PyDev specific (Python IDE for Eclipse)
*.pydevproject

# CDT-specific (C/C++ Development Tooling)
.cproject

# CDT- autotools
.autotools

# 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/

# Annotation Processing
.apt_generated/

# Scala IDE specific (Scala & Java development for Eclipse)
.cache-main
.scala_dependencies
.worksheet

### Eclipse Patch ###
# Eclipse Core
.project

# JDT-specific (Eclipse Java Development Tools)
.classpath

# Annotation Processing
.apt_generated


# End of https://www.gitignore.io/api/eclipse

0 comments on commit 8ac1ab5

Please sign in to comment.