update gitignore file

This commit is contained in:
dkanada 2021-08-09 14:50:15 +09:00
commit 4753645805

6
.gitignore vendored
View file

@ -6,6 +6,11 @@ bin
gen gen
out out
# NDK
*.so
*.hpp
*.h
# Gradle # Gradle
*.gradle *.gradle
*.jar *.jar
@ -17,6 +22,5 @@ build
local.properties local.properties
# Other # Other
*.iml
.idea .idea
.vs .vs