# built application files
	*.apk
	*.ap_


	# files for the dex VM
	*.dex


	# Java class files
	*.class


	# generated files
	bin/
	gen/
	out/
	build/


	# Local configuration file (sdk path, etc)
	local.properties


	.project
	.classpath
	.settings
	target/
	classes/
	gen-external-apklibs/
	tmp/


	# IDEA Ignores
	*.iml
	*.ipr
	*.iws
	.idea/
	.gradle/

	# MAC
	*.DS_Store


	*.orig

	=======


	# Robolectric helper to find the manifest
	/AndroidManifest.xml
libs/
