From 276dcb1038be6810c16d3da624a12a9b9f10ae07 Mon Sep 17 00:00:00 2001
From: Abraham Kiggundu <akiggund@thoughtworks.com>
Date: Mon, 22 Dec 2014 21:11:16 +0300
Subject: [PATCH] undo unnecessary changes to .project file and ignore eclipse
 metadata

---
 .gitignore             | 1 +
 briar-android/.project | 7 -------
 2 files changed, 1 insertion(+), 7 deletions(-)

diff --git a/.gitignore b/.gitignore
index 91ea7410d8..f84a889143 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 build
 .gradle
+.metadata
diff --git a/briar-android/.project b/briar-android/.project
index c79f369300..2483e2c221 100644
--- a/briar-android/.project
+++ b/briar-android/.project
@@ -30,11 +30,4 @@
 		<nature>com.android.ide.eclipse.adt.AndroidNature</nature>
 		<nature>org.eclipse.jdt.core.javanature</nature>
 	</natures>
-	<linkedResources>
-		<link>
-			<name>gen</name>
-			<type>2</type>
-			<location>${PROJECT_LOC}/build/generated/source</location>
-		</link>
-	</linkedResources>
 </projectDescription>
-- 
GitLab