Add more IDE created files into .gitignore
(cherry picked from commit d3a6960437
)
This commit is contained in:
parent
e29800ea7b
commit
49ddd7b0e7
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue