summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorSeth Tisue <seth@tisue.net>2016-09-02 16:34:16 -0700
committerSeth Tisue <seth@tisue.net>2016-09-02 16:53:01 -0700
commit5ecc0376f8e352a66d73153f8205d7993849c6ec (patch)
treec5b5c126682557942c6139b54e32293138af73a1 /.gitignore
parent170373f06250d62c25cc4899de4e3236e71c4a78 (diff)
downloadscala-5ecc0376f8e352a66d73153f8205d7993849c6ec.tar.gz
scala-5ecc0376f8e352a66d73153f8205d7993849c6ec.tar.bz2
scala-5ecc0376f8e352a66d73153f8205d7993849c6ec.zip
remove various references to Ant build
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore9
1 files changed, 3 insertions, 6 deletions
diff --git a/.gitignore b/.gitignore
index ea71d02d0b..d9710a65cc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,7 +10,7 @@
#
#
-# JARs aren't checked in, they are fetched by Ant / pull_binary_libs.sh
+# JARs aren't checked in, they are fetched by sbt
#
# We could be more concise with /lib/**/*.jar but that assumes
# a late-model git.
@@ -22,23 +22,20 @@
/test/files/speclib/instrumented.jar
/tools/*.jar
-# Developer specific Ant properties
+# Developer specific properties
/build.properties
/buildcharacter.properties
# might get generated when testing Jenkins scripts locally
/jenkins.properties
-# target directories for ant build
-/build
+# target directory for build
/build/
-/dists/
# other
/out/
/bin/
/sandbox/
-/.ant-targets-build.xml
# eclipse, intellij
/.classpath