File: REPO.bazel

package info (click to toggle)
pico-sdk 2.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 26,960 kB
  • sloc: ansic: 150,165; asm: 13,474; python: 2,885; cpp: 2,192; yacc: 381; lex: 270; makefile: 33; sh: 15; javascript: 13
file content (10 lines) | stat: -rw-r--r-- 244 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
ignore_directories(
    [
        # Don't accidentally pick up external CMake deps with Bazel build files.
        "cmake-*",
        "build",
        "build-*",
        # Don't treat submodules as part of this project.
        "lib",
    ],
)