diff options
author | Florian Schmaus <flow@gentoo.org> | 2023-04-15 15:42:59 +0200 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2023-05-15 09:58:08 +0200 |
commit | 94694a5c3710fe264e3726bc2dad379600f4ef2e (patch) | |
tree | cd2d847501080b592b25d0a4c6be1b8049f81e42 /.gitignore | |
parent | eclass/ruby-ng.eclass: mark ruby27 as removed (diff) | |
download | gentoo-94694a5c3710fe264e3726bc2dad379600f4ef2e.tar.gz gentoo-94694a5c3710fe264e3726bc2dad379600f4ef2e.tar.bz2 gentoo-94694a5c3710fe264e3726bc2dad379600f4ef2e.zip |
eclass/tests: add Makefile to run eclass tests
Thanks to robbat2 for providing feedback.
Closes: https://github.com/gentoo/gentoo/pull/30603
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index fbf45aff6770..d79ada5b1b40 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,8 @@ /.ebuild.x /distfiles/ /eclass/*.5 +/eclass/tests/*.sh.ok +/eclass/tests/.eclasssum /local/ /packages/ /profiles/use.local.desc |