From bc8a6d9023af57b01c6448b50c7c32df8ebc3721 Mon Sep 17 00:00:00 2001 From: Evgeny Gerashchenko Date: Tue, 28 May 2013 20:06:39 +0400 Subject: [PATCH] Ignoring all workspace.xml files. --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index dd9b42ffd43..7922f383f52 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,4 @@ .DS_Store -.idea/workspace.xml android.tests.dependencies confluence/target dependencies @@ -9,4 +8,5 @@ ideaSDK out pluginPublisher/idea* pluginPublisher/plugin-verifier.jar -tmp \ No newline at end of file +tmp +workspace.xml \ No newline at end of file