commit: a97df842cf12aae9bfa705028d535c8124268793 Author: John Helmert III <ajak <AT> gentoo <DOT> org> AuthorDate: Mon Jul 5 20:11:03 2021 +0000 Commit: John Helmert III <ajak <AT> gentoo <DOT> org> CommitDate: Mon Jul 5 20:20:44 2021 +0000 URL: https://gitweb.gentoo.org/proj/security.git/commit/?id=a97df842
gitignore: ignore egg-info Signed-off-by: John Helmert III <ajak <AT> gentoo.org> .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..62508e8 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*egg-info \ No newline at end of file
