aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2014-05-08 10:57:20 +0200
committerSamuel Gruetter <samuel.gruetter@epfl.ch>2014-05-20 13:38:49 +0200
commit67e5130e63b10631106490cbc1cec5adcd5273e6 (patch)
tree67874cc5d630296800ee939eb010b97142e27222 /.gitignore
parentb2c545173ab4869eb1b193d44f822efb83df104c (diff)
downloaddotty-67e5130e63b10631106490cbc1cec5adcd5273e6.tar.gz
dotty-67e5130e63b10631106490cbc1cec5adcd5273e6.tar.bz2
dotty-67e5130e63b10631106490cbc1cec5adcd5273e6.zip
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.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 1 insertions, 1 deletions
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