sijie closed pull request #2161: git ignore nar extension file URL: https://github.com/apache/incubator-pulsar/pull/2161
This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request (from a fork), the diff is supplied below (as it won't show otherwise due to GitHub magic): diff --git a/.gitignore b/.gitignore index 5c4ceb479e..cd4f8addb6 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,7 @@ pulsar-broker/tmp.* pulsar-broker/src/test/resources/log4j2.yaml pulsar-functions/worker/test-tenant/ *.log +*.nar *.versionsBackup */bin diff --git a/pulsar-client-tools/src/test/resources/pulsar-io-cassandra.nar b/pulsar-client-tools/src/test/resources/pulsar-io-cassandra.nar deleted file mode 100644 index c061f982af..0000000000 Binary files a/pulsar-client-tools/src/test/resources/pulsar-io-cassandra.nar and /dev/null differ diff --git a/pulsar-client-tools/src/test/resources/pulsar-io-twitter.nar b/pulsar-client-tools/src/test/resources/pulsar-io-twitter.nar deleted file mode 100644 index 7684c7740e..0000000000 Binary files a/pulsar-client-tools/src/test/resources/pulsar-io-twitter.nar and /dev/null differ ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
