diff options
author | Blood-Asp <bloodasphendrik@gmail.com> | 2015-10-20 00:24:52 +0200 |
---|---|---|
committer | Blood-Asp <bloodasphendrik@gmail.com> | 2015-10-20 00:24:52 +0200 |
commit | ba53c6004c1a64968e49a9292055853e775aeaf8 (patch) | |
tree | 2e2ac0329db372c667eb44f34bc234dc1004591a | |
parent | 9202e2bfe31b1c38d74fadbc050292e5016de8b3 (diff) | |
parent | d510437b8aaf0f8904998bb44a0613ff55c61922 (diff) | |
download | GT5-Unofficial-ba53c6004c1a64968e49a9292055853e775aeaf8.tar.gz GT5-Unofficial-ba53c6004c1a64968e49a9292055853e775aeaf8.tar.bz2 GT5-Unofficial-ba53c6004c1a64968e49a9292055853e775aeaf8.zip |
Merge pull request #250 from ShawnBuckley/gitignore
Add to .gitignore
-rw-r--r-- | .gitignore | 72 |
1 files changed, 71 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index bafe0f4ff7..3187928dd8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,72 @@ +### Windows ### + thumbs.db -*.db
\ No newline at end of file +*.db + +### Java ### + +*.class + +# Mobile Tools for Java (J2ME) +.mtj.tmp/ + +# Package Files # +*.jar +*.war +*.ear + +# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml +hs_err_pid* + +### Eclipse ### + +*.pydevproject +.metadata +.gradle +bin/ +tmp/ +*.tmp +*.bak +*.swp +*~.nib +local.properties +.settings/ +.loadpath + +# Eclipse Core +.project + +# External tool builders +.externalToolBuilders/ + +# Locally stored "Eclipse launch configurations" +*.launch + +# CDT-specific +.cproject + +# JDT-specific (Eclipse Java Development Tools) +.classpath + +# Java annotation processor (APT) +.factorypath + +# PDT-specific +.buildpath + +# sbteclipse plugin +.target + +# TeXlipse plugin +.texlipse + +### Intellij IDEA ### + +*.iml +*.ipr +*.iws + +.idea/ +.idea_modules/ + +/out/ |