diff options
author | Björn Gustavsson <[email protected]> | 2010-04-19 11:19:45 +0000 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2010-04-19 11:19:45 +0000 |
commit | b66483f46bf9f998a1320606d27ab73cf2ce739b (patch) | |
tree | 9f14ec92326b7678878487b4defbe9524c0c477a | |
parent | a19fd2834746bdbca52763ff9b044db7bd0a83aa (diff) | |
download | otp-b66483f46bf9f998a1320606d27ab73cf2ce739b.tar.gz otp-b66483f46bf9f998a1320606d27ab73cf2ce739b.tar.bz2 otp-b66483f46bf9f998a1320606d27ab73cf2ce739b.zip |
.gitignore: Ignore Emakefile for epmd tests
-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 |