commit: d36ae80991167884dc1a96da7d8b8e89a513f5ef Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org> AuthorDate: Wed Mar 22 12:31:56 2017 +0000 Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org> CommitDate: Wed Mar 22 12:49:59 2017 +0000 URL: https://gitweb.gentoo.org/proj/gentoolkit.git/commit/?id=d36ae809
Update .gitignore .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 443cee8..3b6d6ef 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ build __pycache__ -*.pyc +*.py[c,o] +dist
