From 5d85b7a5088af4333965e6542e05e433e6f451d8 Mon Sep 17 00:00:00 2001 From: Fiouz Date: Thu, 2 Jun 2011 21:17:55 +0200 Subject: [PATCH] Added .gitignore file to prevent adding local.properties, bin/ and gen/ to git tracking User specific exclusions can be added to .git/info/exclude --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..c0bb8dd49 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +local.properties +bin +gen