aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2017-04-13 12:46:48 -0400
committerMike Frysinger <vapier@gentoo.org>2017-04-13 12:46:48 -0400
commit9e1166fe6c715e8bf26262841798a93a0f00637a (patch)
tree13e9baca72765b7c05e9d028d50de37c94e469f3 /.gitignore
parentcatalyst: create namespaces for building (diff)
downloadcatalyst-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--.gitignore9
1 files changed, 5 insertions, 4 deletions
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