diff options
| author | Jean-Sébastien Pédron <jean-sebastien@rabbitmq.com> | 2015-09-25 11:32:06 +0200 |
|---|---|---|
| committer | Jean-Sébastien Pédron <jean-sebastien.pedron@dumbbell.fr> | 2015-10-20 11:10:48 +0200 |
| commit | 7e2dfd6ac35677d8e51ba8313fa545a6000fb501 (patch) | |
| tree | 3e2ed0437c2d5ebf2e04562599acd824f1c4a1b3 | |
| parent | b6ea6e9ef9a14f610b42a47813769c5268cd95b0 (diff) | |
| download | rabbitmq-server-git-7e2dfd6ac35677d8e51ba8313fa545a6000fb501.tar.gz | |
Git: Ignore /plugins instead of /dist
| -rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index acf2514747..d0f9b115ba 100644 --- a/.gitignore +++ b/.gitignore @@ -4,10 +4,10 @@ /.erlang.mk/ /cover/ /deps/ -/dist/ /doc/ /ebin/ /logs/ +/plugins/ /rabbit.d |
