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:
parent
b177dc2cda
commit
15be01ada9
3
.gitignore
vendored
3
.gitignore
vendored
@ -43,3 +43,6 @@ extern/*/*/libs/
|
|||||||
|
|
||||||
# Tests
|
# Tests
|
||||||
junit-report.xml
|
junit-report.xml
|
||||||
|
|
||||||
|
# Screen dumps from Android Studio/DDMS
|
||||||
|
captures/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user