mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2025-12-27 10:33:59 -05:00
34 lines
848 B
Plaintext
34 lines
848 B
Plaintext
# Lines starting with '#' are comments.
|
|
# Each line is a file pattern followed by one or more owners.
|
|
|
|
# These owners will be the default owners for everything in the repo.
|
|
* @mattgodbolt
|
|
|
|
# rabsrincon
|
|
static/conformance-view.js @RabsRincon
|
|
static/cppp-mode.js @RabsRincon
|
|
static/themes.js @RabsRincon
|
|
static/editor.js @RabsRincon
|
|
static/compiler.js @RabsRincon
|
|
lib/asm-docs.js @RabsRincon
|
|
lib/asm-docs-api.js @RabsRincon
|
|
lib/languages.js @RabsRincon
|
|
lib/base-compiler.js @RabsRincon
|
|
lib/compiler-finder.js @RabsRincon
|
|
lib/compilers/ @RabsRincon
|
|
views/sitemap.pug @RabsRincon
|
|
|
|
|
|
# jaredwy
|
|
static/opt-view.js @jaredwy
|
|
lib/compilers/argument-parsers.js @jaredwy
|
|
|
|
# tartanllama
|
|
static/ast-view.js @TartanLlama
|
|
static/haskell-mode.js @TartanLlama
|
|
lib/compilers/haskell.js @TartanLlama
|
|
|
|
# cppchedy
|
|
static/cfg-view.js @cppchedy
|
|
lib/cfg.js @cppchedy
|