Android: Ignore some generated files.

/obj/ is used by ndk debugging (gdb) in some scenarios.
This commit is contained in:
Unknown W. Brackets 2014-11-30 22:51:40 -08:00
parent f151f5ed23
commit 86ebe3916e
1 changed files with 7 additions and 2 deletions

View File

@ -9,8 +9,13 @@
*.class *.class
# generated files # generated files
bin/ /bin/
gen/ /gen/
/libs/
/obj/
# Copied by cmake
/assets/
# Local configuration file (sdk path, etc) # Local configuration file (sdk path, etc)
local.properties local.properties