From 15be01ada95eac484f70d05eb590ef9a2011c87b Mon Sep 17 00:00:00 2001 From: Peter Serwylo Date: Wed, 22 Mar 2017 12:11:39 +1100 Subject: [PATCH] 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. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 91d7c59a9..aef3c14ae 100644 --- a/.gitignore +++ b/.gitignore @@ -43,3 +43,6 @@ extern/*/*/libs/ # Tests junit-report.xml + +# Screen dumps from Android Studio/DDMS +captures/