Gentoo Archives: gentoo-commits

From: Mike Frysinger <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/catalyst:master commit in: /
Date: Thu, 13 Apr 2017 16:48:13
Message-Id: 1492102008.9e1166fe6c715e8bf26262841798a93a0f00637a.vapier@gentoo
1 commit: 9e1166fe6c715e8bf26262841798a93a0f00637a
2 Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 13 16:46:48 2017 +0000
4 Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 13 16:46:48 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=9e1166fe
7
8 gitignore: anchor the paths
9
10 Rather than match any dir/file in the tree, anchor the dist stuff
11 to the root.
12
13 .gitignore | 9 +++++----
14 1 file changed, 5 insertions(+), 4 deletions(-)
15
16 diff --git a/.gitignore b/.gitignore
17 index d52b2974..649b79ab 100644
18 --- a/.gitignore
19 +++ b/.gitignore
20 @@ -1,5 +1,6 @@
21 *.py[co]
22 -dist
23 -build
24 -files
25 -MANIFEST
26 +
27 +/build/
28 +/dist/
29 +/files/
30 +/MANIFEST