commit: 06defaf09aeb4b1d5f39b1d168844a5a4361b7b7 Author: Matthew Marchese <maffblaster <AT> gentoo <DOT> org> AuthorDate: Thu Apr 27 07:43:37 2017 +0000 Commit: Matthew Marchese <maffblaster <AT> gentoo <DOT> org> CommitDate: Thu Apr 27 07:43:37 2017 +0000 URL: https://gitweb.gentoo.org/sites/www.git/commit/?id=06defaf0
Make git ignore wget-log* files. These files are generated in the base of the repository when running bash ./bin/update.sh. They can be safely ignored. .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 6435568..8ee12f8 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ CVS .DS_Store ._* *~ +wget-log*
