update gitignore file
This commit is contained in:
parent
76f37e4cab
commit
4753645805
1 changed files with 5 additions and 1 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue