diff options
author | Detrav <witalyezep@gmail.com> | 2016-03-19 09:08:23 +0300 |
---|---|---|
committer | Detrav <witalyezep@gmail.com> | 2016-03-19 09:08:23 +0300 |
commit | c0db9cb3ceafd2d7c573ebe07bba1681ac9422b5 (patch) | |
tree | 4644ac250d65b04eaa25b3dc4ae197c78dacace0 /.gitignore | |
parent | 108f9786404ccd2535aebe9ec980cb600f394853 (diff) | |
download | GT5-Unofficial-c0db9cb3ceafd2d7c573ebe07bba1681ac9422b5.tar.gz GT5-Unofficial-c0db9cb3ceafd2d7c573ebe07bba1681ac9422b5.tar.bz2 GT5-Unofficial-c0db9cb3ceafd2d7c573ebe07bba1681ac9422b5.zip |
Inited
now backup
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 2b38ac8601..14906f3e95 100644 --- a/.gitignore +++ b/.gitignore @@ -50,3 +50,24 @@ $RECYCLE.BIN/ # Windows shortcuts *.lnk + +# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml +hs_err_pid* + +### Intellij IDEA ### + +*.iml +*.ipr +*.iws + +.idea/ +.idea_modules/ + + +#Folders + +eclipse/ +gradle/ +.gradle/ + +*.log
\ No newline at end of file |