[tor-commits] [nyx/master] Ignore setup.py's build directory

atagar at torproject.org atagar at torproject.org
Thu Oct 20 17:49:16 UTC 2016


commit fa945a8c573db48607192498e728007de9d8cfbc
Author: Damian Johnson <atagar at 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
 





More information about the tor-commits mailing list