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
out
# NDK
*.so
*.hpp
*.h
# Gradle
*.gradle
*.jar
@ -17,6 +22,5 @@ build
local.properties
# Other
*.iml
.idea
.vs