diff options
author | Simon Cornish <[email protected]> | 2019-03-18 15:31:50 -0700 |
---|---|---|
committer | Simon Cornish <[email protected]> | 2019-03-18 15:31:50 -0700 |
commit | 846881abdbb99cf30bc84452386ca4b1927db6cd (patch) | |
tree | 25398483aec35c4c0d7a3218d64f9ee72574298d /.gitignore | |
parent | 875eef340a203264702cfda1928c78c30ed897e1 (diff) | |
download | otp-846881abdbb99cf30bc84452386ca4b1927db6cd.tar.gz otp-846881abdbb99cf30bc84452386ca4b1927db6cd.tar.bz2 otp-846881abdbb99cf30bc84452386ca4b1927db6cd.zip |
Remove asn1/test items from .gitignore that either don't exist or shouldn't be ignored
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/.gitignore b/.gitignore index 9497169cde..059b59caa8 100644 --- a/.gitignore +++ b/.gitignore @@ -230,12 +230,6 @@ JAVADOC-GENERATED /erts/test/install_SUITE_data/install_bin /erts/test/autoimport_SUITE_data/erlang.xml -# asn1 - -/lib/asn1/test/asn1_SUITE.erl -/lib/asn1/test/asn1_bin_SUITE.erl -/lib/asn1/test/asn1_bin_v2_SUITE.erl - # common_test /lib/common_test/priv/install.sh |