errael edited a comment on pull request #2152: URL: https://github.com/apache/netbeans/pull/2152#issuecomment-633271764
> considering usage of the .gitignore Certainly worth considering, but I wouldn't as part of this issue/PR. This PR is a simple tweak of the current code. Referencing/using .gitignore is an algorithmic change, in particular - The current structure of `...doScan...` only looks at names on the current level. To use .gitignore requires multi-directory-level consideration. - Reading a file to change scan behavior. - embedding knowledge of internals of a VCS file. These issues require extended thought and consideration. I took a quick look at .gitignore, didn't seem like there was much in there that isn't already skipped. Is there something in particular that should be skipped that isn't? ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
