gitignore: ignore builds and IDE configuration files

Change-Id: Ie86cab2161e296471a1b9eb1232b69f360d3240e
Reviewed-on: https://go-review.googlesource.com/13583
Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
This commit is contained in:
Burcu Dogan 2015-08-12 10:29:34 -07:00
parent f632204bcc
commit 6ba2a15710
1 changed files with 15 additions and 2 deletions

15
.gitignore vendored
View File

@ -1,4 +1,17 @@
# Add no patterns to .hgignore except for files generated by the build.
# Add no patterns to .gitignore except for files generated by the build.
last-change
*.apk
*.app
*.framework
*.aar
*.xcodeproj
*.iml
.idea
.gradle
# Android Studio build and IDE configuration files.
example/bind/android/local.properties
example/bind/android/gradlew*
example/bind/android/gradle
example/bind/android/build
example/bind/android/app/build