ChristopherSchultz commented on issue #274: URL: https://github.com/apache/tooling-trusted-releases/issues/274#issuecomment-3481896259
It seems reasonable to use `.gitignore` to partially-configure RAT, though the Tomcat project would prefer not to do that; we don't want to accidentally have junk in the release binaries such as `.*.sw~` temp files and such. Tomcat already has a RAT configuration file available in res/rat/rat-excludes.txt which simply contains a series of filename patterns. This file location is likely not terribly common, but we could move it, or place a reference to it in maybe an ATR-specific configuration file somewhere, or configure it as a part of the project, etc. in ATR itself. Project-level config might be more convenient than trying to drop that file into every release artifact. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
