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 <wfrichar@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/284874
Reviewed-by: Alec Berg <alecaberg@chromium.org>
This commit is contained in:
Bill Richardson
2015-07-10 12:53:37 -07:00
committed by ChromeOS Commit Bot
parent a326ea232c
commit 18ea8f4ec3

1
.gitignore vendored
View File

@@ -1,5 +1,6 @@
build/
private/
private-cr51/
*.swp
*.pyc
tags