diff options
author | Mike Frysinger <vapier@gentoo.org> | 2017-04-13 12:46:48 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2017-04-13 12:46:48 -0400 |
commit | 9e1166fe6c715e8bf26262841798a93a0f00637a (patch) | |
tree | 13e9baca72765b7c05e9d028d50de37c94e469f3 /.gitignore | |
parent | catalyst: create namespaces for building (diff) | |
download | catalyst-9e1166fe6c715e8bf26262841798a93a0f00637a.tar.gz catalyst-9e1166fe6c715e8bf26262841798a93a0f00637a.tar.bz2 catalyst-9e1166fe6c715e8bf26262841798a93a0f00637a.zip |
gitignore: anchor the paths
Rather than match any dir/file in the tree, anchor the dist stuff
to the root.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -1,5 +1,6 @@ *.py[co] -dist -build -files -MANIFEST + +/build/ +/dist/ +/files/ +/MANIFEST |