OndroMih commented on code in PR #9297: URL: https://github.com/apache/netbeans/pull/9297#discussion_r2996091378
########## .gitignore: ########## @@ -121,3 +121,4 @@ derby.log # idea .idea +BUILDINFO.txt Review Comment: Yes, intentional but I'm not sure what happened. When I built using `ant build`, the build generated `lib` directory and `BUILDINFO.txt` file in this directory: https://github.com/apache/netbeans/tree/master/profiler/lib.profiler/release So I added it to ignore. Do you know why this file is generated and how? -- 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] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
