aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gmail.com>2015-08-03 18:31:24 -0400
committerTim Harder <radhermit@gmail.com>2015-08-04 02:04:12 -0400
commit840ddc7f6d70bfad42db6edbb17cd2269d8becbe (patch)
tree919c5f42eecbf382f7274f9d46a21498b0b4692e /.gitignore
parentmove snakeoil.namespaces to snakeoil.process.namespaces (diff)
downloadsnakeoil-840ddc7f6d70bfad42db6edbb17cd2269d8becbe.tar.gz
snakeoil-840ddc7f6d70bfad42db6edbb17cd2269d8becbe.tar.bz2
snakeoil-840ddc7f6d70bfad42db6edbb17cd2269d8becbe.zip
move distribution related files back into snakeoil proper
For a number of reasons, first off the subtree workflow seems to be break with regular rebasing techniques, second it's annoying keeping all the files in the various repos updated, and finally the setup_requires attribute for setuptools should do what we want by forcing snakeoil to be installed before running the setup script.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore6
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index e42722d7..01f32391 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,9 +5,9 @@
# C extensions
*.so
-build
-cache
-dist
+./build
+./cache
+./dist
_trial_temp
/doc/_build
/doc/api