From 18ea8f4ec3c328cbbe2e9a432caa3337f26d4340 Mon Sep 17 00:00:00 2001 From: Bill Richardson Date: Fri, 10 Jul 2015 12:53:37 -0700 Subject: [PATCH] Update .gitignore for new private repo A new private repo has been added, so prevent git from complaining about it. BUG=chromium:507445 BRANCH=none TEST=make build all; git status Nothing breaks, "git status" stops pointing out the new subdirectory. Change-Id: Ibf1fbc7504fb6bbb9df7d6ddf0efda9a632e39b6 Signed-off-by: Bill Richardson Reviewed-on: https://chromium-review.googlesource.com/284874 Reviewed-by: Alec Berg --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 079b5e0c5d..a024f1eedd 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ build/ private/ +private-cr51/ *.swp *.pyc tags