diff options
| author | Michael Klishin <mklishin@pivotal.io> | 2015-10-31 10:43:00 +0300 |
|---|---|---|
| committer | Michael Klishin <mklishin@pivotal.io> | 2015-10-31 10:43:00 +0300 |
| commit | fbc33dcaa55a9f416545e6d24add4ae227af9334 (patch) | |
| tree | 256e74fa00c0caaa12aab67a73b6f3db2e84b056 | |
| parent | 0cc96cb8ca93a6bda9d6e3c00dc7047fbbf62731 (diff) | |
| download | rabbitmq-server-git-fbc33dcaa55a9f416545e6d24add4ae227af9334.tar.gz | |
Ignore erlang.mk artifacts (when switching from master)
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index cc625ee5c4..05857b2388 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,9 @@ TAGS erl_crash.dump /ebin/rabbit.app +/.erlang.mk/ +/deps/ +/rabbit.d /build/ /cover/ /dist/ |
