mirror of
https://github.com/google/brotli.git
synced 2024-11-21 11:10:04 +00:00
use .bazelignore instead of fake repositories
PiperOrigin-RevId: 595931804
This commit is contained in:
parent
26b1fec26b
commit
2ad58d8603
6
.bazelignore
Normal file
6
.bazelignore
Normal file
@ -0,0 +1,6 @@
|
||||
# Exclude Bazel roots (workspaces)
|
||||
c/fuzz
|
||||
go
|
||||
java
|
||||
js
|
||||
research
|
2
.gitattributes
vendored
2
.gitattributes
vendored
@ -4,10 +4,10 @@ tests/testdata/* binary
|
||||
**/** export-ignore
|
||||
|
||||
# Add top-level files
|
||||
.bazelignore !export-ignore
|
||||
BUILD.bazel !export-ignore
|
||||
CHANGELOG.md !export-ignore
|
||||
CMakeLists.txt !export-ignore
|
||||
compiler_config_setting.bzl !export-ignore
|
||||
CONTRIBUTING.md !export-ignore
|
||||
LICENSE !export-ignore
|
||||
MANIFEST.in !export-ignore
|
||||
|
@ -1,26 +1 @@
|
||||
workspace(name = "org_brotli")
|
||||
|
||||
local_repository(
|
||||
name = "ignore_org_brotli_fuzz",
|
||||
path = "c/fuzz",
|
||||
)
|
||||
|
||||
local_repository(
|
||||
name = "ignore_org_brotli_go",
|
||||
path = "go",
|
||||
)
|
||||
|
||||
local_repository(
|
||||
name = "ignore_org_brotli_java",
|
||||
path = "java",
|
||||
)
|
||||
|
||||
local_repository(
|
||||
name = "ignore_org_brotli_js",
|
||||
path = "js",
|
||||
)
|
||||
|
||||
local_repository(
|
||||
name = "ignore_org_brotli_research",
|
||||
path = "research",
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user