diff --git a/feed.xml b/feed.xml
index 1edd8900a6..b21500f4b4 100644
--- a/feed.xml
+++ b/feed.xml
@@ -5,8 +5,8 @@
Intended as a documentation theme based on Jekyll for technical writers documenting software and other technical products, this theme has all the elements you would need to handle multiple products with both multi-level sidebar navigation, tags, and other documentation features.
https://pmd.github.io/pmd/
- Fri, 26 Oct 2018 16:44:13 +0000
- Fri, 26 Oct 2018 16:44:13 +0000
+ Fri, 26 Oct 2018 17:53:50 +0000
+ Fri, 26 Oct 2018 17:53:50 +0000Jekyll v3.7.4
diff --git a/pmd_release_notes.html b/pmd_release_notes.html
index 23f1b57cf4..cc5aa69c08 100644
--- a/pmd_release_notes.html
+++ b/pmd_release_notes.html
@@ -1280,6 +1280,7 @@ as comments are recognized as such and ignored.
all
+
#649: [core] Exclude specific files from command line
#1272: [core] Could not find or load main class when using symlinked run.sh
#1377: [core] LanguageRegistry uses default class loader when invoking ServiceLocator
@@ -1317,6 +1318,14 @@ as comments are recognized as such and ignored.
API Changes
+
+
PMD has a new CLI option -ignorelist. With that, you can provide a file containing a comma-delimit list of files,
+that should be excluded during analysis. The ignorelist is applied after the files have been selected
+via -dir or -filelist, which means, if the file is in both lists, then it will be ignored.
+Note: there is no corresponding option for the Ant task, since the feature is already available via
+Ant’s FileSet include/exclude filters.
+
+
External Contributions
@@ -1333,6 +1342,7 @@ as comments are recognized as such and ignored.
Specify the location of the cache file for incremental analysis.
This should be the full path to the file, including the desired file name (not just the parent directory).
If the file doesn't exist, it will be created on the first run. The file will be overwritten on each run
@@ -1500,7 +1500,7 @@ $('#toc').toc({ minimumHeaders: 0, listType: 'ul', showSpeed: 0, headers: 'h2,h3
Path to file containing a comma delimited list of files to ignore.
+ This option can be combined with -dir and -filelist.
+ This ignore list takes precedence over any files in the filelist.