Gentoo Archives: gentoo-commits

From: John Helmert III <ajak@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/security:ajak-cvetool commit in: /
Date: Mon, 05 Jul 2021 20:24:20
Message-Id: 1625516444.a97df842cf12aae9bfa705028d535c8124268793.ajak@gentoo
1 commit: a97df842cf12aae9bfa705028d535c8124268793
2 Author: John Helmert III <ajak <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 5 20:11:03 2021 +0000
4 Commit: John Helmert III <ajak <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 5 20:20:44 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/security.git/commit/?id=a97df842
7
8 gitignore: ignore egg-info
9
10 Signed-off-by: John Helmert III <ajak <AT> gentoo.org>
11
12 .gitignore | 1 +
13 1 file changed, 1 insertion(+)
14
15 diff --git a/.gitignore b/.gitignore
16 new file mode 100644
17 index 0000000..62508e8
18 --- /dev/null
19 +++ b/.gitignore
20 @@ -0,0 +1 @@
21 +*egg-info
22 \ No newline at end of file