From 67e5130e63b10631106490cbc1cec5adcd5273e6 Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Thu, 8 May 2014 10:57:20 +0200 Subject: Changed .gitignore to ignore /classes instead of /bin. bin as output directory clashes with bin/dotc. Btw I have no idea why I cannot ignore .gitignore. I have .gitignore in my .gitignore_global and have configured git to respect that, but no cigar. --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 90009066c..cbaf7ae60 100644 --- a/.gitignore +++ b/.gitignore @@ -18,7 +18,7 @@ project/local-plugins.sbt .classpath .project .settings -bin/ +classes/ # idea .idea -- cgit v1.2.3