diff options
| author | Daniil Fedotov <dfedotov@pivotal.io> | 2016-10-12 13:09:42 +0100 |
|---|---|---|
| committer | Daniil Fedotov <dfedotov@pivotal.io> | 2016-10-12 13:09:42 +0100 |
| commit | 697425f470dc19fac17f20d3c816b5d9e0f3cf6c (patch) | |
| tree | b74259e1c3019b8c4eb3dda0347959494c53198c /.gitignore | |
| parent | 92cdd72f8caa7e968c89143247df1883ba656975 (diff) | |
| download | rabbitmq-server-git-697425f470dc19fac17f20d3c816b5d9e0f3cf6c.tar.gz | |
Ignore *.schema files in test dir. Copy them on setup
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index c3358da939..7af1ad4260 100644 --- a/.gitignore +++ b/.gitignore @@ -14,6 +14,7 @@ /logs/ /plugins/ /test/ct.cover.spec +/test/config_schema_SUITE_data/schema/** /xrefr rabbit.d |
