madrob commented on a change in pull request #1993: URL: https://github.com/apache/lucene-solr/pull/1993#discussion_r509401433
########## File path: .gitignore ########## @@ -1,42 +1,33 @@ -# . -/eclipse-build -/maven-build -/classes -build -/idea-build -dist -lib -test-lib -/*~ -/build.properties -/.idea -lucene/**/*.iml -parent.iml -*.ipr -*.iws -/*.iml -.project -.classpath -.settings -/.caches -/prj.el -bin -/bin -/bin.* -pom.xml -/nbproject -/nb-build -.pydevproject -__pycache__ -/dev-tools/scripts/scripts.iml -.DS_Store +### At the root + +/.idea/ +# Ignore the generated local settings file. +/gradle.properties + +/prj.el # TODO? + +# Eclipse +/.project +/.classpath +/.settings/ + +### Any dir -build/ .gradle/ -.idea/ +build/ -# Ignore the generated local settings file. -gradle.properties +# macOS +.DS_Store + +# Eclipse Gradle oddity +**/bin/default/ Review comment: I don't use Eclipse so this doesn't really affect me much, but I think it's easier to have contiguous sections I can ignore instead of it being piecemeal throughout the file. ---------------------------------------------------------------- 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: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org