From 030089823f552c2cb245ceca2ad8885ba269116b Mon Sep 17 00:00:00 2001 From: Matthew Johnson Date: Wed, 12 Dec 2018 07:36:01 -0800 Subject: [PATCH] Merge pull request #88 from vishwakftw/gitignore Add build/ and dist/ to .gitignore GitOrigin-RevId: 13e4233e143f75c3166ba0a049270efef26ad3cd --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 7a4f3c259604..db88dce20e64 100644 --- a/.gitignore +++ b/.gitignore @@ -8,4 +8,6 @@ /bazel-* .bazelrc /tensorflow -.DS_Store \ No newline at end of file +.DS_Store +build/ +dist/