From 9e1166fe6c715e8bf26262841798a93a0f00637a Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 13 Apr 2017 12:46:48 -0400 Subject: gitignore: anchor the paths Rather than match any dir/file in the tree, anchor the dist stuff to the root. --- .gitignore | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index d52b2974..649b79ab 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ *.py[co] -dist -build -files -MANIFEST + +/build/ +/dist/ +/files/ +/MANIFEST -- cgit v1.2.3-65-gdbad