diff options
| author | Michael Klishin <mklishin@pivotal.io> | 2016-03-01 13:45:06 +0300 |
|---|---|---|
| committer | Michael Klishin <mklishin@pivotal.io> | 2016-03-01 13:45:06 +0300 |
| commit | a99d5939c8557384760db3783b59385af7d3db9a (patch) | |
| tree | 28d2ffe1cbe8155b4047ddf3cfa57ab14bf5ed67 | |
| parent | 827db0c8e4ab5ca8102e2423de459e0cea8f91db (diff) | |
| download | rabbitmq-server-git-a99d5939c8557384760db3783b59385af7d3db9a.tar.gz | |
Ignore debug/* and PACKAGES/*
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 4a613c6d54..3e0b548789 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ *.beam .erlang.mk/ cover/ +debug/ deps/ doc/ ebin/ @@ -11,6 +12,8 @@ etc/ logs/ plugins/ +PACKAGES/ + rabbit.d # Generated sources files. |
