13 Commits

Autor SHA1 Mensagem Data
Adam Barth 09b8f1b75e [root] Add .vscode to .gitignore
Change-Id: I6762d3035a82f84be3c1731c8ffaaf50eee0fba8
2017-05-24 08:07:44 +00:00
John Grossman 5abd7cac67 [git] Ignore .swo files.
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
2017-03-02 23:24:18 +00:00
Dave Bort 50a74446c8 [docs] Instructions for YouCompleteMe integration
Ignore compile_commands.json files, which contain the compilation
database used by YCM.

Change-Id: Ibca193c35a981d9a301a2f6f97d47bcffb543a72
2017-02-23 22:44:24 +00:00
Abdulla Kamar 9aeb3da44e [infra] Ignore magenta benchmarks directory.
Since the benchmarks directory is a separate repository, it should be ignored
by the magenta repository.

Change-Id: I1979eee145fc281ddc6b9b2f116b26e0cb0d029e
2016-12-28 22:46:25 +00:00
Petr Hosek 839e7c5471 [infra] Provide configuration for infra services
Change-Id: Ia107bd38c81874d43169b575397ed248a14111e3
2016-10-14 23:22:51 +00:00
Farid Molazem Tabrizi 75a247e78c [scripts] Add a script for running static analyzer
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
2016-09-08 22:38:18 +00:00
George Kulakowski eb28ddacc7 [git] Correctly .gitignore the prebuilt downloads
/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
2016-09-06 20:44:49 +00:00
Jasper Louie caafe8aa39 Add .DS_Store to gitignore
Change-Id: Ib0cb8ad474f4d7499e75d80a74bbbb384ef1657c
2016-07-25 16:55:20 +00:00
Christopher Lane d65fd47b51 Add config.mk.bak to gitignore
Change-Id: I148188de68eeeef9022fcc4867bb15f42fed23c3
2016-07-19 13:36:24 -07:00
Christopher Lane ec652b6aeb [build][scripts] improvements to download-toolchain
* 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
2016-07-15 22:57:43 +00:00
James Robinson aeb098a3f5 [gn] Remove GN refs from documents and gitignore
Change-Id: Idffc0684580069843bc9bdc4fd3867b98bb35175
2016-06-27 13:06:54 -07:00
Travis Geiselbrecht 16b421f697 [scripts] add the tagit script back, which got dropped from repo move
Looks like an old .gitignore line made it fall out of the transfer.
Remove that line.

Change-Id: I6c6efbbfb82b99f521dbdecc41988a88dfdf08d1
2016-06-15 11:02:59 -07:00
The Fuchsia Authors 53b9e1c8de [magenta] Initial commit 2016-06-15 00:31:24 -07:00