From fa7113925ea9ca0068fa1a290bd3f14003eeca1e Mon Sep 17 00:00:00 2001 From: rytz Date: Wed, 26 Jan 2011 16:57:29 +0000 Subject: [PATCH] rename .classpath to classpath.SAMPLE and include .classpath in the gitignore.SAMPLE. no review. git-svn-id: http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk@24103 5e8d7ff9-d8ef-0310-90f0-a4852d11357a --- .classpath => classpath.SAMPLE | 0 gitignore.SAMPLE | 2 ++ 2 files changed, 2 insertions(+) rename .classpath => classpath.SAMPLE (100%) diff --git a/.classpath b/classpath.SAMPLE similarity index 100% rename from .classpath rename to classpath.SAMPLE diff --git a/gitignore.SAMPLE b/gitignore.SAMPLE index 331672d9d..3c6d8733e 100644 --- a/gitignore.SAMPLE +++ b/gitignore.SAMPLE @@ -15,6 +15,8 @@ /sandbox/ +/.classpath + /src/intellij/*.iml /src/intellij/*.ipr /src/intellij/*.iws