In addition to ignoring VIM .swp files, also ignore VIM .swo files
(swo files show up if you have a file open for edit in two instances
instances of VIM concurrently)
Change-Id: If96320ee3982fba46c827fe7e9d4537e8ce9c9a2
Since the benchmarks directory is a separate repository, it should be ignored
by the magenta repository.
Change-Id: I1979eee145fc281ddc6b9b2f116b26e0cb0d029e
We have some magenta-specific atatic analyzers that verify
the correct usage of locks such as mutexes and spinlocks. These
analyzers maybe extended in the future. To run the analyzers, we
need to be able to build magenta with Clang. This patch provides
a simple script to run the existing analyzers on magenta.
Change-Id: I608186f34660379e105f984b6550eda1d4a482c3
/prebuilt/downloads/* and /prebuilt/downloads/ have different behavior
w/r/t git clean -fd. The former causes the prebuilt directory to be
wiped out. The latter preservers it. The -x flag to git clean forces the
first behavior in case we need it for bots or some such.
Change-Id: Ica37d6e261d3f8d21a46671b7b285f3496a4bd66
* sets the toolchain prefix automatically
* change the download location to magenta/prebuilt/...
* store the version SHAs in this repo instead of inferring them from the
toolchain repo
* no longer depends on the toolchain repo at all (and thus no longer
depends on checking out with jiri)
Change-Id: I650456e83ea204bf8aac06341283958cb244b7d5