diff options
| author | Jean-Sébastien Pédron <jean-sebastien@rabbitmq.com> | 2015-08-25 18:40:11 +0200 |
|---|---|---|
| committer | Jean-Sébastien Pédron <jean-sebastien.pedron@dumbbell.fr> | 2015-10-20 11:10:48 +0200 |
| commit | 0e1c78b3beb6a6c4ce867d751912c5cd1f84e2fc (patch) | |
| tree | 50500598839c86c76ab29fc73f88f2f3de0565db /.gitignore | |
| parent | 0f44fd8c768c7faeb9c50960848e8e8edcaf3df7 (diff) | |
| download | rabbitmq-server-git-0e1c78b3beb6a6c4ce867d751912c5cd1f84e2fc.tar.gz | |
Git: Ignore /doc and /logs
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index afcbd3dadd..4e2c300a17 100644 --- a/.gitignore +++ b/.gitignore @@ -3,7 +3,9 @@ *.beam /.erlang.mk/ /deps/ +/doc/ /ebin/ +/logs/ # Generated sources files. /src/rabbit_ctl_usage.erl |
