third_party.pigweed.src/pw_cli
Keir Mierle 4f96c062ed pw_watch: Ignore changes inside build directories
Before this patch, creating or modifying source files inside build
directories would re-trigger the build in the watcher. Until recently
this was not a problem, but with the introduction of Go support, we are
generating files in the out directory that trigger the watcher. This
change filters out all changes coming from the build directory.

Change-Id: Iecb33b23bfef623fd7ca83194b44e0157554da31
2019-12-26 18:31:55 +00:00
..
py pw_watch: Ignore changes inside build directories 2019-12-26 18:31:55 +00:00
README.md Rename pw_cmd to pw_cli 2019-11-25 22:16:02 +00:00

This directory contains the pw tool that facilitates working with Pigweed. Example starting functionality is the ability to watch the Pigweed source for changes and re-run tests.

This code is experimental and unfinished.