smiklosovic commented on code in PR #2411: URL: https://github.com/apache/cassandra/pull/2411#discussion_r1228539872
########## .gitignore: ########## @@ -69,6 +69,8 @@ target/ .DS_Store Thumbs.db .ccm/ +checkstyle_cachefile +checkstyle_test_cachefile Review Comment: @bereng yes, `build.properties` is not there but `build.propeties.default` is. That is supposed to be a template you place your properties and and rename it to `build.properties` which is in our `.gitignore`. Anyway, I gave it the second thought and I think you all are right. `realclean` should just clean it _all_. We definitely need to have a target which wipes it all out regardless of the properties / settings a developer might set. -- 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]

