Gentoo Archives: gentoo-commits

From: Matthew Marchese <maffblaster@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] sites/www:master commit in: /
Date: Thu, 27 Apr 2017 07:45:52
Message-Id: 1493279017.06defaf09aeb4b1d5f39b1d168844a5a4361b7b7.maffblaster@gentoo
1 commit: 06defaf09aeb4b1d5f39b1d168844a5a4361b7b7
2 Author: Matthew Marchese <maffblaster <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 27 07:43:37 2017 +0000
4 Commit: Matthew Marchese <maffblaster <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 27 07:43:37 2017 +0000
6 URL: https://gitweb.gentoo.org/sites/www.git/commit/?id=06defaf0
7
8 Make git ignore wget-log* files.
9
10 These files are generated in the base of the repository
11 when running bash ./bin/update.sh. They can be safely
12 ignored.
13
14 .gitignore | 1 +
15 1 file changed, 1 insertion(+)
16
17 diff --git a/.gitignore b/.gitignore
18 index 6435568..8ee12f8 100644
19 --- a/.gitignore
20 +++ b/.gitignore
21 @@ -4,3 +4,4 @@ CVS
22 .DS_Store
23 ._*
24 *~
25 +wget-log*