apache / accumulo-proxy

Apache Accumulo Proxy
https://accumulo.apache.org
Apache License 2.0
9 stars 19 forks source link

Add python generated files to be excluded from rat check #54

Closed DomGarguilo closed 1 year ago

DomGarguilo commented 1 year ago

This directory, src/main/python/AccumuloProxy.egg-info/, is generated automatically when I run through the steps to set up the test client for python. It is already in the gitignore but it fails the rat check step of the build if I do not manually delete it. The changes in this PR make it so that the files within this directory are ignored by rat check which will not fail the build if it is present.