summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavier Ducrohet <xav@android.com>2009-04-24 16:35:32 -0700
committerXavier Ducrohet <xav@android.com>2009-04-24 17:51:09 -0700
commit07a70dd030c8b91c3df095feccb12540ee7b1dfc (patch)
tree09a6a6f489553c05d4fb7b7617f0969a185f5224
parent782884aef34a060c280f7be640e8c2e715750ce8 (diff)
downloadandroid_development-07a70dd030c8b91c3df095feccb12540ee7b1dfc.tar.gz
android_development-07a70dd030c8b91c3df095feccb12540ee7b1dfc.tar.bz2
android_development-07a70dd030c8b91c3df095feccb12540ee7b1dfc.zip
Add Eclipse projects bin folders to the gitignore list.
-rw-r--r--.gitignore15
1 files changed, 15 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 7d49c4ab7..3d841208b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -46,3 +46,18 @@ tools/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ddmlib
tools/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ddmuilib
tools/eclipse/plugins/com.android.ide.eclipse.tests/kxml2-2.3.0.jar
tools/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ddmlib
+tools/androidprefs/bin/*
+tools/anttasks/bin/*
+tools/apkbuilder/bin/*
+tools/ddms/app/bin/*
+tools/ddms/libs/ddmlib/bin/*
+tools/ddms/libs/ddmuilib/bin/*
+tools/eclipse/plugins/com.android.ide.eclipse.adt/bin/*
+tools/eclipse/plugins/com.android.ide.eclipse.ddms/bin/*
+tools/eclipse/plugins/com.android.ide.eclipse.tests/bin/*
+tools/jarutils/bin/*
+tools/sdkmanager/app/bin/*
+tools/sdkmanager/libs/sdklib/bin/*
+tools/sdkmanager/libs/sdkuilib/bin/*
+tools/sdkstats/bin/*
+tools/mkstubs/bin/* \ No newline at end of file