diff options
author | bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> | 2018-04-18 18:05:17 +0200 |
---|---|---|
committer | bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> | 2018-04-18 18:05:17 +0200 |
commit | 6db06249fbede596ad278a03a29b1fb4aac27073 (patch) | |
tree | f83db2f85abbaa26d6462be50d83ce1546c5f3b2 /.gitignore | |
parent | 8ddc3e4235331be0e4098d46a7d930b0af07bcac (diff) | |
download | GT5-Unofficial-6db06249fbede596ad278a03a29b1fb4aac27073.tar.gz GT5-Unofficial-6db06249fbede596ad278a03a29b1fb4aac27073.tar.bz2 GT5-Unofficial-6db06249fbede596ad278a03a29b1fb4aac27073.zip |
Try to make GT++ Ores work
+ Version increase
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 482fd9afff..656f5903f4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,4 @@ .gradle -build/ # Ignore Gradle GUI config gradle-app.setting @@ -75,3 +74,13 @@ tmp/ libsrc/ out/ *.bat +.classpath +.settings +libs/ +build/* +bin/ +'.classpath' +" +.classpath" +* +.classpath
\ No newline at end of file |