From 2450716660fdd5503a14076f2b8947f347e09325 Mon Sep 17 00:00:00 2001 From: Gu Wang Date: Sun, 23 Apr 2017 10:56:58 +0800 Subject: [PATCH] ignore build/ ignore `build/` after `python setup.py install` --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 48af131ff..d200781e6 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ tensorlaye/__pacache__ tensorlaye/.DS_Store .DS_Store dist +build/ tensorlayer.egg-info data/.DS_Store *.pyc