diff options
author | Björn Gustavsson <bjorn@erlang.org> | 2010-04-19 11:19:45 +0000 |
---|---|---|
committer | Erlang/OTP <otp@erlang.org> | 2010-04-19 11:19:45 +0000 |
commit | b66483f46bf9f998a1320606d27ab73cf2ce739b (patch) | |
tree | 9f14ec92326b7678878487b4defbe9524c0c477a /.gitignore | |
parent | a19fd2834746bdbca52763ff9b044db7bd0a83aa (diff) | |
download | erlang-b66483f46bf9f998a1320606d27ab73cf2ce739b.tar.gz |
.gitignore: Ignore Emakefile for epmd tests
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index c10a1aa73b..cba7caa074 100644 --- a/.gitignore +++ b/.gitignore @@ -67,6 +67,7 @@ a.out.dSYM/ /lib/*/ebin/*.appup /lib/*/test/Emakefile +/erts/epmd/test/Emakefile /lib/*/SKIP |