From 25d15bc981659947899499bbce6040868d73418f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20H=C3=B6gberg?= Date: Mon, 1 Oct 2018 15:51:11 +0200 Subject: .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. --- .gitignore | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3