diff options
| author | Jason Mitchell <mitchej@gmail.com> | 2021-01-24 00:37:23 -0800 |
|---|---|---|
| committer | Jason Mitchell <mitchej@gmail.com> | 2021-01-24 00:37:23 -0800 |
| commit | 8ecc28d1317e01036a6d0f1cefa34b0aacd2d16a (patch) | |
| tree | 6ce989529cb927ff79d2a07cd3e72176d060099a /.gitignore | |
| parent | bf8c5581ff93b056a03017f858a8d907a2fa69e2 (diff) | |
| download | GT5-Unofficial-8ecc28d1317e01036a6d0f1cefa34b0aacd2d16a.tar.gz GT5-Unofficial-8ecc28d1317e01036a6d0f1cefa34b0aacd2d16a.tar.bz2 GT5-Unofficial-8ecc28d1317e01036a6d0f1cefa34b0aacd2d16a.zip | |
Selectable ores on electronic prospector
* Cleaned up some class/file names
* Removed unused code/comments
* Cached other mods being loaded
* Various optimizations
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index e710ac74bf..d3b80e6cd6 100644 --- a/.gitignore +++ b/.gitignore @@ -66,6 +66,7 @@ libs/ #Folders eclipse/ +run/ .gradle/ *.log |
