From 404fae16fdc6dfe64bc2588ab714700a832e14bc Mon Sep 17 00:00:00 2001 From: webmake Date: Sat, 27 Oct 2018 10:56:55 +0000 Subject: [PATCH] Do not export non source files --- pkg/amqp-bunny/.gitattributes | 5 +++++ pkg/amqp-ext/.gitattributes | 6 ++++++ pkg/amqp-lib/.gitattributes | 7 +++++++ pkg/amqp-tools/.gitattributes | 2 ++ pkg/async-command/.gitattributes | 4 ++++ pkg/async-event-dispatcher/.gitattributes | 5 +++++ pkg/dbal/.gitattributes | 6 ++++++ pkg/dsn/.gitattributes | 5 +++++ pkg/enqueue-bundle/.gitattributes | 5 +++++ pkg/enqueue/.gitattributes | 5 +++++ pkg/fs/.gitattributes | 5 +++++ pkg/gearman/.gitattributes | 4 ++++ pkg/gps/.gitattributes | 5 +++++ pkg/job-queue/.gitattributes | 5 +++++ pkg/mongodb/.gitattributes | 5 +++++ pkg/null/.gitattributes | 5 +++++ pkg/pheanstalk/.gitattributes | 5 +++++ pkg/rdkafka/.gitattributes | 5 +++++ pkg/redis/.gitattributes | 5 +++++ pkg/simple-client/.gitattributes | 5 +++++ pkg/sqs/.gitattributes | 6 ++++++ pkg/stomp/.gitattributes | 5 +++++ pkg/wamp/.gitattributes | 5 +++++ 23 files changed, 115 insertions(+) create mode 100644 pkg/amqp-bunny/.gitattributes create mode 100644 pkg/amqp-ext/.gitattributes create mode 100644 pkg/amqp-lib/.gitattributes create mode 100644 pkg/amqp-tools/.gitattributes create mode 100644 pkg/async-command/.gitattributes create mode 100644 pkg/async-event-dispatcher/.gitattributes create mode 100644 pkg/dbal/.gitattributes create mode 100644 pkg/dsn/.gitattributes create mode 100644 pkg/enqueue-bundle/.gitattributes create mode 100644 pkg/enqueue/.gitattributes create mode 100644 pkg/fs/.gitattributes create mode 100644 pkg/gearman/.gitattributes create mode 100644 pkg/gps/.gitattributes create mode 100644 pkg/job-queue/.gitattributes create mode 100644 pkg/mongodb/.gitattributes create mode 100644 pkg/null/.gitattributes create mode 100644 pkg/pheanstalk/.gitattributes create mode 100644 pkg/rdkafka/.gitattributes create mode 100644 pkg/redis/.gitattributes create mode 100644 pkg/simple-client/.gitattributes create mode 100644 pkg/sqs/.gitattributes create mode 100644 pkg/stomp/.gitattributes create mode 100644 pkg/wamp/.gitattributes diff --git a/pkg/amqp-bunny/.gitattributes b/pkg/amqp-bunny/.gitattributes new file mode 100644 index 000000000..bdf2dcb14 --- /dev/null +++ b/pkg/amqp-bunny/.gitattributes @@ -0,0 +1,5 @@ +/Tests export-ignore +.gitattributes export-ignore +.gitignore export-ignore +.travis.yml export-ignore +phpunit.xml.dist export-ignore diff --git a/pkg/amqp-ext/.gitattributes b/pkg/amqp-ext/.gitattributes new file mode 100644 index 000000000..3fab2dac1 --- /dev/null +++ b/pkg/amqp-ext/.gitattributes @@ -0,0 +1,6 @@ +/examples export-ignore +/Tests export-ignore +.gitattributes export-ignore +.gitignore export-ignore +.travis.yml export-ignore +phpunit.xml.dist export-ignore diff --git a/pkg/amqp-lib/.gitattributes b/pkg/amqp-lib/.gitattributes new file mode 100644 index 000000000..a0efa0948 --- /dev/null +++ b/pkg/amqp-lib/.gitattributes @@ -0,0 +1,7 @@ +/examples export-ignore +/Tests export-ignore +/tutorial export-ignore +.gitattributes export-ignore +.gitignore export-ignore +.travis.yml export-ignore +phpunit.xml.dist export-ignore diff --git a/pkg/amqp-tools/.gitattributes b/pkg/amqp-tools/.gitattributes new file mode 100644 index 000000000..517547ea0 --- /dev/null +++ b/pkg/amqp-tools/.gitattributes @@ -0,0 +1,2 @@ +/Tests export-ignore +.gitattributes export-ignore diff --git a/pkg/async-command/.gitattributes b/pkg/async-command/.gitattributes new file mode 100644 index 000000000..f13d4d91b --- /dev/null +++ b/pkg/async-command/.gitattributes @@ -0,0 +1,4 @@ +/Tests export-ignore +.gitattributes export-ignore +.gitignore export-ignore +.travis.yml export-ignore diff --git a/pkg/async-event-dispatcher/.gitattributes b/pkg/async-event-dispatcher/.gitattributes new file mode 100644 index 000000000..bdf2dcb14 --- /dev/null +++ b/pkg/async-event-dispatcher/.gitattributes @@ -0,0 +1,5 @@ +/Tests export-ignore +.gitattributes export-ignore +.gitignore export-ignore +.travis.yml export-ignore +phpunit.xml.dist export-ignore diff --git a/pkg/dbal/.gitattributes b/pkg/dbal/.gitattributes new file mode 100644 index 000000000..3fab2dac1 --- /dev/null +++ b/pkg/dbal/.gitattributes @@ -0,0 +1,6 @@ +/examples export-ignore +/Tests export-ignore +.gitattributes export-ignore +.gitignore export-ignore +.travis.yml export-ignore +phpunit.xml.dist export-ignore diff --git a/pkg/dsn/.gitattributes b/pkg/dsn/.gitattributes new file mode 100644 index 000000000..bdf2dcb14 --- /dev/null +++ b/pkg/dsn/.gitattributes @@ -0,0 +1,5 @@ +/Tests export-ignore +.gitattributes export-ignore +.gitignore export-ignore +.travis.yml export-ignore +phpunit.xml.dist export-ignore diff --git a/pkg/enqueue-bundle/.gitattributes b/pkg/enqueue-bundle/.gitattributes new file mode 100644 index 000000000..bdf2dcb14 --- /dev/null +++ b/pkg/enqueue-bundle/.gitattributes @@ -0,0 +1,5 @@ +/Tests export-ignore +.gitattributes export-ignore +.gitignore export-ignore +.travis.yml export-ignore +phpunit.xml.dist export-ignore diff --git a/pkg/enqueue/.gitattributes b/pkg/enqueue/.gitattributes new file mode 100644 index 000000000..bdf2dcb14 --- /dev/null +++ b/pkg/enqueue/.gitattributes @@ -0,0 +1,5 @@ +/Tests export-ignore +.gitattributes export-ignore +.gitignore export-ignore +.travis.yml export-ignore +phpunit.xml.dist export-ignore diff --git a/pkg/fs/.gitattributes b/pkg/fs/.gitattributes new file mode 100644 index 000000000..bdf2dcb14 --- /dev/null +++ b/pkg/fs/.gitattributes @@ -0,0 +1,5 @@ +/Tests export-ignore +.gitattributes export-ignore +.gitignore export-ignore +.travis.yml export-ignore +phpunit.xml.dist export-ignore diff --git a/pkg/gearman/.gitattributes b/pkg/gearman/.gitattributes new file mode 100644 index 000000000..e55879e9d --- /dev/null +++ b/pkg/gearman/.gitattributes @@ -0,0 +1,4 @@ +/Tests export-ignore +.gitattributes export-ignore +.travis.yml export-ignore +phpunit.xml.dist export-ignore diff --git a/pkg/gps/.gitattributes b/pkg/gps/.gitattributes new file mode 100644 index 000000000..bdf2dcb14 --- /dev/null +++ b/pkg/gps/.gitattributes @@ -0,0 +1,5 @@ +/Tests export-ignore +.gitattributes export-ignore +.gitignore export-ignore +.travis.yml export-ignore +phpunit.xml.dist export-ignore diff --git a/pkg/job-queue/.gitattributes b/pkg/job-queue/.gitattributes new file mode 100644 index 000000000..bdf2dcb14 --- /dev/null +++ b/pkg/job-queue/.gitattributes @@ -0,0 +1,5 @@ +/Tests export-ignore +.gitattributes export-ignore +.gitignore export-ignore +.travis.yml export-ignore +phpunit.xml.dist export-ignore diff --git a/pkg/mongodb/.gitattributes b/pkg/mongodb/.gitattributes new file mode 100644 index 000000000..bdf2dcb14 --- /dev/null +++ b/pkg/mongodb/.gitattributes @@ -0,0 +1,5 @@ +/Tests export-ignore +.gitattributes export-ignore +.gitignore export-ignore +.travis.yml export-ignore +phpunit.xml.dist export-ignore diff --git a/pkg/null/.gitattributes b/pkg/null/.gitattributes new file mode 100644 index 000000000..bdf2dcb14 --- /dev/null +++ b/pkg/null/.gitattributes @@ -0,0 +1,5 @@ +/Tests export-ignore +.gitattributes export-ignore +.gitignore export-ignore +.travis.yml export-ignore +phpunit.xml.dist export-ignore diff --git a/pkg/pheanstalk/.gitattributes b/pkg/pheanstalk/.gitattributes new file mode 100644 index 000000000..bdf2dcb14 --- /dev/null +++ b/pkg/pheanstalk/.gitattributes @@ -0,0 +1,5 @@ +/Tests export-ignore +.gitattributes export-ignore +.gitignore export-ignore +.travis.yml export-ignore +phpunit.xml.dist export-ignore diff --git a/pkg/rdkafka/.gitattributes b/pkg/rdkafka/.gitattributes new file mode 100644 index 000000000..bdf2dcb14 --- /dev/null +++ b/pkg/rdkafka/.gitattributes @@ -0,0 +1,5 @@ +/Tests export-ignore +.gitattributes export-ignore +.gitignore export-ignore +.travis.yml export-ignore +phpunit.xml.dist export-ignore diff --git a/pkg/redis/.gitattributes b/pkg/redis/.gitattributes new file mode 100644 index 000000000..bdf2dcb14 --- /dev/null +++ b/pkg/redis/.gitattributes @@ -0,0 +1,5 @@ +/Tests export-ignore +.gitattributes export-ignore +.gitignore export-ignore +.travis.yml export-ignore +phpunit.xml.dist export-ignore diff --git a/pkg/simple-client/.gitattributes b/pkg/simple-client/.gitattributes new file mode 100644 index 000000000..bdf2dcb14 --- /dev/null +++ b/pkg/simple-client/.gitattributes @@ -0,0 +1,5 @@ +/Tests export-ignore +.gitattributes export-ignore +.gitignore export-ignore +.travis.yml export-ignore +phpunit.xml.dist export-ignore diff --git a/pkg/sqs/.gitattributes b/pkg/sqs/.gitattributes new file mode 100644 index 000000000..3fab2dac1 --- /dev/null +++ b/pkg/sqs/.gitattributes @@ -0,0 +1,6 @@ +/examples export-ignore +/Tests export-ignore +.gitattributes export-ignore +.gitignore export-ignore +.travis.yml export-ignore +phpunit.xml.dist export-ignore diff --git a/pkg/stomp/.gitattributes b/pkg/stomp/.gitattributes new file mode 100644 index 000000000..bdf2dcb14 --- /dev/null +++ b/pkg/stomp/.gitattributes @@ -0,0 +1,5 @@ +/Tests export-ignore +.gitattributes export-ignore +.gitignore export-ignore +.travis.yml export-ignore +phpunit.xml.dist export-ignore diff --git a/pkg/wamp/.gitattributes b/pkg/wamp/.gitattributes new file mode 100644 index 000000000..bdf2dcb14 --- /dev/null +++ b/pkg/wamp/.gitattributes @@ -0,0 +1,5 @@ +/Tests export-ignore +.gitattributes export-ignore +.gitignore export-ignore +.travis.yml export-ignore +phpunit.xml.dist export-ignore