aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorPhil Goodwin <pair+phil@pivotallabs.com>2010-11-15 16:22:10 -0800
committerPhil Goodwin <pair+phil@pivotallabs.com>2010-11-15 16:22:10 -0800
commit537f38b99433fee0ee08d7c634763e7381942f58 (patch)
tree752011d8a11e397f740a00fd5351b346a5dedc9f /.gitignore
parentd365c68ca6d2ff0557e79f495d814d0edc88765f (diff)
downloadrobolectric-shadows-537f38b99433fee0ee08d7c634763e7381942f58.tar.gz
Fixed implementations of equals()
Made @Implements a strict requirement. If the class is not declared with this it will not be considered to be a shadow class and its methods will not be called.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index ae2391ecb..e5527985a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,5 +4,6 @@ out/
tmp/
target/
pages
+.DS_Store
*~
\#*\# \ No newline at end of file