Github user djkevincr commented on a diff in the pull request: https://github.com/apache/gora/pull/134#discussion_r211247029 --- Diff: .gitignore --- @@ -37,3 +37,4 @@ ivy/ivy*.jar **/gora-solr-5/src/test/conf/solr/collection1/data/ **/_rest_managed.json **/gora-solr/src/test/conf/solr-managed-schema/collection1/data/ +**/nbactions.xml --- End diff -- Please remove nbactions.xml as suggested, you don't need this additions to .gitignore file.
---