aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorTor Norbye <tnorbye@google.com>2011-08-08 14:01:35 -0700
committerTor Norbye <tnorbye@google.com>2011-08-09 12:21:00 -0700
commitaa80cb71bbff31f0646f6ffe78fe5c291b9d2cc3 (patch)
treeb65c39ec1e544b402e660a1bf3c02c209de0954e /.gitignore
parentc72282ce8f29daa26dcbaf977e24dade7148c380 (diff)
downloadsdk-aa80cb71bbff31f0646f6ffe78fe5c291b9d2cc3.zip
sdk-aa80cb71bbff31f0646f6ffe78fe5c291b9d2cc3.tar.gz
sdk-aa80cb71bbff31f0646f6ffe78fe5c291b9d2cc3.tar.bz2
Make the plugin build script for for Mac OSX
The build_server script used to build the plugin zip file was Linux specific. This changeset tweaks the scripts such that they will also run on Mac OSX. It also adds various .gitignore filters such that the temporary files created by the build script are ignored by git. Change-Id: I77cfe6bfb65be86c11beb50bcab9c345433b5a8e
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore15
1 files changed, 15 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 268cc87..9a50b0b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,18 @@
*.pyc
Thumbs.db
*.class
+
+# Hide temporary files created by the build_server script
+eclipse/assemble.com.android.ide.eclipse.*.xml
+eclipse/package.com.android.ide.eclipse.*.xml
+eclipse/final*Versions*.properties
+eclipse/plugins/com.android.ide.eclipse.*/@dot*
+eclipse/plugins/com.android.*/javaCompiler...args
+eclipse/plugins/com.android.ide.eclipse.adt/build.xml
+eclipse/plugins/com.android.ide.eclipse.ddms/build.xml
+eclipse/plugins/com.android.ide.eclipse.hierarchyviewer/build.xml
+eclipse/plugins/com.android.ide.eclipse.traceview/build.xml
+eclipse/features/com.android.ide.eclipse.*/build.xml
+eclipse/features/com.android.ide.eclipse.*/*.zip
+/eclipse/v[0-9-]*-[0-9]*
+/status-output