From 4a20ee8daaa16993a6918a146b54e6f52c7d7c68 Mon Sep 17 00:00:00 2001 From: Muhammad Dadu Date: Tue, 11 Nov 2014 12:00:41 -0800 Subject: [PATCH] Added .gitignore --- .gitignore | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3045451 --- /dev/null +++ b/.gitignore @@ -0,0 +1,24 @@ +.DS_Store +tmp +bin +build +dist +*.zip +*/*/modules +*/*/modules* +.apt_generated +build.properties +.gitignore +.svn +*.pyc +*~.nib/ +*.pbxuser +*.perspective +*.perspectivev3 +*.xcworkspace/ +xcuserdata +*.xcuserstate +*.xcuserdata* + +.idea/ +libs/ \ No newline at end of file