From 1a54e5cdd53822e72cd0936fc4e54605f13df128 Mon Sep 17 00:00:00 2001 From: Masood Malekghassemi Date: Thu, 28 Jan 2016 16:20:46 -0800 Subject: Mitigate Python build directory naming conflict On Mac and Windows, the default directory name conflicts with the BUILD file we have. --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index cc70659661..66c546eb58 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ libs objs # Python items +python_build/ .coverage* .eggs .tox -- cgit v1.2.3