From 70b9ad3e0032e3121e74a80b7e7598e9dd7c9403 Mon Sep 17 00:00:00 2001 From: David Crawshaw Date: Thu, 3 Sep 2015 10:32:32 -0400 Subject: [PATCH] .gitignore: remove *.xcodeproj I'm about to add one to the tree. Change-Id: Iad25d8965d1095349588e11a5050f986e5ad2e76 Reviewed-on: https://go-review.googlesource.com/14260 Reviewed-by: Hyang-Ah Hana Kim --- .gitignore | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index e0e1a82..c7abc86 100644 --- a/.gitignore +++ b/.gitignore @@ -4,7 +4,6 @@ last-change *.app *.framework *.aar -*.xcodeproj *.iml .idea .gradle @@ -14,4 +13,4 @@ example/bind/android/local.properties example/bind/android/gradlew* example/bind/android/gradle example/bind/android/build -example/bind/android/app/build \ No newline at end of file +example/bind/android/app/build