diff options
author | Martin Robertz <dream-master@gmx.net> | 2021-04-18 21:51:56 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-18 21:51:56 +0200 |
commit | 7c526103068c562590eb2a45a42528c3eaf180ce (patch) | |
tree | 718fead4966d94738f1bdbe0d6f3e77d07b700d7 /.gitignore | |
parent | df2caa3ea1befd449f27e60240084312993d40c1 (diff) | |
parent | 38db4d659e3a9dd5ce2709265f5994863c6de916 (diff) | |
download | GT5-Unofficial-7c526103068c562590eb2a45a42528c3eaf180ce.tar.gz GT5-Unofficial-7c526103068c562590eb2a45a42528c3eaf180ce.tar.bz2 GT5-Unofficial-7c526103068c562590eb2a45a42528c3eaf180ce.zip |
Merge pull request #13 from MatthewCOwen/master
LSC Controller now works properly with EU Detector Cover
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore index 184a328784..4917368216 100644 --- a/.gitignore +++ b/.gitignore @@ -28,13 +28,12 @@ usernamecache.json /crash-reports/ /saves/ /config/ +run/ # intellij related things -.idea/dictionaries/* +.idea/ # other stuff -eclipse/ -eclipse/* out/ out/* *.ipr |