diff options
| author | geequlim | 2018-05-19 16:32:37 +0800 |
|---|---|---|
| committer | Hein-Pieter van Braam | 2018-06-01 18:01:21 +0200 |
| commit | 49ddd7b0e7b53ed753461b7117f0b5dbf780a400 (patch) | |
| tree | 20dc190056f0eea0b1babe36be33e2a251154008 /.gitignore | |
| parent | e29800ea7b3dd2df5e636f6f6bab4b16fbe7aaf9 (diff) | |
| download | godot-49ddd7b0e7b53ed753461b7117f0b5dbf780a400.tar.gz godot-49ddd7b0e7b53ed753461b7117f0b5dbf780a400.tar.zst godot-49ddd7b0e7b53ed753461b7117f0b5dbf780a400.zip | |
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index f8296ef51..961a784fb 100644 --- a/.gitignore +++ b/.gitignore @@ -17,6 +17,8 @@ platform/android/java/build.gradle platform/android/java/AndroidManifest.xml platform/android/java/libs/* platform/android/java/assets +platform/android/java/.idea/* +platform/android/java/*.iml # General c++ generated files *.lib @@ -44,6 +46,7 @@ gmon.out # QT project files *.config *.creator +*.creator.* *.files *.includes |
