Skip to content

Commit

Permalink
Build: Properly nest gitignore for luci-go
Browse files Browse the repository at this point in the history
The directory tools/luci-go is now under a subtreed repo mirror and
should have its own gitignore file.

Bug: chromium:754168
Change-Id: I716b6c853f04c9284287e417500a821c01dab8c4
Reviewed-on: https://chromium-review.googlesource.com/707146
Reviewed-by: Sergiy Byelozyorov <sergiyb@chromium.org>
Reviewed-by: Andrii Shyshkalov <tandrii@chromium.org>
Commit-Queue: Michael Achenbach <machenbach@chromium.org>
Cr-Commit-Position: refs/heads/master@{#507430}
  • Loading branch information
mi-ac authored and Commit Bot committed Oct 9, 2017
1 parent c5fb5f7 commit d137552
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -235,9 +235,6 @@ vs-chromium-project.txt
/sync/sync.xml
/sync_testserver.log
/testserver.log
/tools/luci-go/linux64/isolate
/tools/luci-go/mac64/isolate
/tools/luci-go/win64/isolate.exe
# See third_party/.gitignore for entries covering src/third_party.
/tools/.bisect-builds-cache.json
/tools/distcc
Expand Down
3 changes: 3 additions & 0 deletions tools/luci-go/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
/linux64/isolate
/mac64/isolate
/win64/isolate.exe

0 comments on commit d137552

Please sign in to comment.