aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorShawn Buckley <shawntbuckley@gmail.com>2015-10-18 23:12:23 -0400
committerShawn Buckley <shawntbuckley@gmail.com>2015-10-21 20:58:42 -0400
commit9bb514aac42e7f9dcf99b2d5669066d1f31d2457 (patch)
treefd4a7ac7184c966cacaaaf501950168c14394ff1 /.gitignore
parent23ccc9bec2153b009f8c0c0eacc5f11f18d6ba13 (diff)
downloadGT5-Unofficial-9bb514aac42e7f9dcf99b2d5669066d1f31d2457.tar.gz
GT5-Unofficial-9bb514aac42e7f9dcf99b2d5669066d1f31d2457.tar.bz2
GT5-Unofficial-9bb514aac42e7f9dcf99b2d5669066d1f31d2457.zip
Add to .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore72
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/