Ignore UI dumps from Android Studio/DDMS.

These are useful for debugging things like padding/margin issues, but
they get dumped to the source dir by default.
This commit is contained in:
Peter Serwylo 2017-03-22 12:11:39 +11:00
parent b177dc2cda
commit 15be01ada9

3
.gitignore vendored
View File

@ -43,3 +43,6 @@ extern/*/*/libs/
# Tests # Tests
junit-report.xml junit-report.xml
# Screen dumps from Android Studio/DDMS
captures/