aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkekzdealer <kekzdealer@gmail.com>2020-05-07 14:07:18 +0200
committerkekzdealer <kekzdealer@gmail.com>2020-05-07 14:07:18 +0200
commitf567f95637e0fc6d68cb8def0b6da40499b0c9b4 (patch)
tree260715709e23dca276474c0e90262ce283386bc3
parenta13afd326baa978b789c7f7e1c91eba62017a169 (diff)
downloadGT5-Unofficial-f567f95637e0fc6d68cb8def0b6da40499b0c9b4.tar.gz
GT5-Unofficial-f567f95637e0fc6d68cb8def0b6da40499b0c9b4.tar.bz2
GT5-Unofficial-f567f95637e0fc6d68cb8def0b6da40499b0c9b4.zip
more gitignore cleaning
-rw-r--r--.gitignore23
1 files changed, 13 insertions, 10 deletions
diff --git a/.gitignore b/.gitignore
index 85fb3f4549..1c2ddc9783 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,11 +1,7 @@
-# Compiled class file
-*.class
-
# Log file
*.log
# Package Files #
-#*.jar
*.log.gz
*.war
*.nar
@@ -14,19 +10,26 @@
*.tar.gz
*.rar
-# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
+# java related things
hs_err_pid*
-
+*.class
/bin/
-/logs/
+
+# gradle related things
/build/
+/.gradle
+/.gradle/*
+.gradle
+
+# minecraft related things
+options.txt
+usernamecache.json
+/logs/
/crash-reports/
/saves/
/config/
-/.gradle
-/.gradle/*
-.gradle
+# other stuff
eclipse/
eclipse/*
out/