From 579ef7a535489d4aa632db11667a3b01deb6cafd Mon Sep 17 00:00:00 2001 From: Samuel Tardieu Date: Fri, 16 Sep 2011 14:36:28 +0200 Subject: Move sources into the main directory This prepares the inclusion of tests into the same repository. --- .gitignore | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 4bf54ab..3b67593 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ -/bin -/gen -/local.properties -/private.properties -/res/values/mapsapikey.xml \ No newline at end of file +/main/bin +/main/gen +/main/local.properties +/main/private.properties +/main/res/values/mapsapikey.xml -- cgit v1.1