summaryrefslogtreecommitdiff
path: root/config/excludes
diff options
context:
space:
mode:
Diffstat (limited to 'config/excludes')
-rw-r--r--config/excludes/nsc.nslib.excludes3
-rw-r--r--config/excludes/nsc.nstools.excludes3
2 files changed, 6 insertions, 0 deletions
diff --git a/config/excludes/nsc.nslib.excludes b/config/excludes/nsc.nslib.excludes
new file mode 100644
index 0000000000..5fb8fc55b6
--- /dev/null
+++ b/config/excludes/nsc.nslib.excludes
@@ -0,0 +1,3 @@
+# A list of files to exclude when compiling the Scala library with NSC.
+# All files can be defined using Ant's fileset wildcard notation;
+# one statement per line. \ No newline at end of file
diff --git a/config/excludes/nsc.nstools.excludes b/config/excludes/nsc.nstools.excludes
new file mode 100644
index 0000000000..7eeaaf3167
--- /dev/null
+++ b/config/excludes/nsc.nstools.excludes
@@ -0,0 +1,3 @@
+# A list of files to exclude when compiling the Scala tools with NSC.
+# All files can be defined using Ant's fileset wildcard notation;
+# one statement per line. \ No newline at end of file