Add 3rdparty to .gitignore.
Otherwise git status shows 3rdparty as an untracked file. BUG=None TEST=Ran git status and saw that 3rdparty was no longer mentioned. BRANCH=None Change-Id: Ia4cf88231cdb901ea11b52c88e6eac681f9300c0 Signed-off-by: Gabe Black <gabeblack@google.com> Reviewed-on: https://chromium-review.googlesource.com/185600 Reviewed-by: Hung-Te Lin <hungte@chromium.org> Commit-Queue: Gabe Black <gabeblack@chromium.org> Tested-by: Gabe Black <gabeblack@chromium.org>
This commit is contained in:
parent
334f2a5c7c
commit
11cf72bf5d
1 changed files with 2 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -53,6 +53,8 @@ tarballs/
|
|||
# Ignore Kdevelop project file
|
||||
.kdev4
|
||||
|
||||
3rdparty/
|
||||
|
||||
util/*/.dependencies
|
||||
util/*/.test
|
||||
util/cbfstool/cbfstool
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue