diff options
author | John Högberg <[email protected]> | 2018-10-01 15:51:11 +0200 |
---|---|---|
committer | John Högberg <[email protected]> | 2018-10-01 16:00:55 +0200 |
commit | 25d15bc981659947899499bbce6040868d73418f (patch) | |
tree | 98bf910a0a8ba9bff915fbbd89a486a3c2c776c0 /.gitignore | |
parent | b0af859401fe5f7317a5ed474dfab2740a73b4c8 (diff) | |
download | otp-25d15bc981659947899499bbce6040868d73418f.tar.gz otp-25d15bc981659947899499bbce6040868d73418f.tar.bz2 otp-25d15bc981659947899499bbce6040868d73418f.zip |
.gitignore: Exclude *_r21_SUITE.erl
We forgot to do this in the BSM optimization branch, and this is
as good a time as any to get it fixed.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index fee8cba0c7..3e7013ee6b 100644 --- a/.gitignore +++ b/.gitignore @@ -245,6 +245,7 @@ JAVADOC-GENERATED /lib/compiler/test/*_no_opt_SUITE.erl /lib/compiler/test/*_post_opt_SUITE.erl /lib/compiler/test/*_inline_SUITE.erl +/lib/compiler/test/*_r21_SUITE.erl # crypto /lib/crypto/test/crypto_SUITE_data/*.rsp |