commit fa945a8c573db48607192498e728007de9d8cfbc Author: Damian Johnson atagar@torproject.org Date: Wed Oct 19 10:40:01 2016 -0700
Ignore setup.py's build directory
Running 'python setup.py build' creates a build directory. Might as well have git ignore it. Thanks to Henrik for the patch. --- .gitignore | 1 + 1 file changed, 1 insertion(+)
diff --git a/.gitignore b/.gitignore index 2dd810d..e0ab993 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ *.pyc src/stem/ +build/ *.swp