History log of /fuchsia/zircon/.gitignore
Revision Date Author Comments
# 5cd2233a 25-Sep-2018 Craig Tiller <ctiller@google.com>

[fidl] Fix some nondeterministic code generation

(And a flaky test)

Test: Added a (deterministically) broken test and fixed it.

Change-Id: Ic16eb0baeb611cc6180e2ca3cc18611eceedfebb


# be23bb59 10-May-2018 P.Y. Laligand <pylaligand@google.com>

[git] Ignore /public/fidl.

It will soon host generated GN rules for FIDL libraries.

BLD-16

Change-Id: I32887ae0a2bdca9580cb9d2b5f4628fb525fdb06


# 9a31f9a9 14-Mar-2018 Shai Barack <shayba@google.com>

[git] Add .gitignore for CLion usage in zircon/

Change-Id: I04a68ad9c265af7b2519e4b5b33d31d8d9140df8


# 5078b688 12-Mar-2018 P.Y. Laligand <pylaligand@google.com>

[gn] Ignore one more directory with generated GN files.

Change-Id: I8da227d3e18eeadd417a4bd99d176e36cd871923


# ba5a6f0c 05-Feb-2018 P.Y. Laligand <pylaligand@google.com>

[gn] Reserve directory for host tools.

TO-733

Change-Id: I5b61eb3fd01335441c376c191ab90c4a176a1963


# 444d49d0 18-Jan-2018 P.Y. Laligand <pylaligand@google.com>

[build] Add documentation for the generation of GN build files.

TO-562

Change-Id: I159ee8ae73d05bbf42c3e64238b16ab82e2e634f


# 776d167d 11-Dec-2017 P.Y. Laligand <pylaligand@google.com>

[build] Ignore the directory hosting GN rules.

These rules are locally generated by GN and should not be checked in.

Change-Id: I5075a845328faa0df358457bcaf612832c76a1f3


# eda16c52 14-Mar-2017 John Grossman <johngro@google.com>

Initial update of README.md and .gitignore

Change-Id: I6c12fb5c5692cca11f3abe53f0fda0b545b40396


# 09b8f1b7 23-May-2017 Adam Barth <abarth@chromium.org>

[root] Add .vscode to .gitignore

Change-Id: I6762d3035a82f84be3c1731c8ffaaf50eee0fba8


# 5abd7cac 02-Mar-2017 John Grossman <johngro@google.com>

[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


# 50a74446 26-Jan-2017 Dave Bort <dbort@google.com>

[docs] Instructions for YouCompleteMe integration

Ignore compile_commands.json files, which contain the compilation
database used by YCM.

Change-Id: Ibca193c35a981d9a301a2f6f97d47bcffb543a72


# 9aeb3da4 23-Dec-2016 Abdulla Kamar <abdulla@google.com>

[infra] Ignore magenta benchmarks directory.

Since the benchmarks directory is a separate repository, it should be ignored
by the magenta repository.

Change-Id: I1979eee145fc281ddc6b9b2f116b26e0cb0d029e


# 839e7c54 02-Sep-2016 Petr Hosek <phosek@google.com>

[infra] Provide configuration for infra services

Change-Id: Ia107bd38c81874d43169b575397ed248a14111e3


# 75a247e7 06-Sep-2016 Farid Molazem Tabrizi <faridmo@google.com>

[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


# eb28ddac 06-Sep-2016 George Kulakowski <kulakowski@google.com>

[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


# caafe8aa 19-Jul-2016 Jasper Louie <jasperlouie@google.com>

Add .DS_Store to gitignore

Change-Id: Ib0cb8ad474f4d7499e75d80a74bbbb384ef1657c


# d65fd47b 19-Jul-2016 Christopher Lane <lanechr@google.com>

Add config.mk.bak to gitignore

Change-Id: I148188de68eeeef9022fcc4867bb15f42fed23c3


# ec652b6a 14-Jul-2016 Christopher Lane <lanechr@google.com>

[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


# aeb098a3 27-Jun-2016 James Robinson <jamesr@google.com>

[gn] Remove GN refs from documents and gitignore

Change-Id: Idffc0684580069843bc9bdc4fd3867b98bb35175


# 16b421f6 15-Jun-2016 Travis Geiselbrecht <travisg@google.com>

[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


# 53b9e1c8 15-Jun-2016 The Fuchsia Authors <authors@fuchsia.local>

[magenta] Initial commit