mirror of
https://github.com/google/sandboxed-api.git
synced 2024-03-22 13:11:30 +08:00
6a58a29039
- Move CMake superbuild files - Drop use of `CMakeLists.txt.in` configure files - Allow overriding dependency directories. For now, this should only be used by GitHub workflows. Will be expanded on later, possibly renaming the variables. This change is one in a series to make it easier to consume/customize Sandboxed API in downstream projects. Drive-by: - Update `.gitignore` to ignore clangd's `.cache` directory Signed-off-by: Christian Blichmann <cblichmann@google.com>
19 lines
242 B
Plaintext
19 lines
242 B
Plaintext
# macOS Finder metadata
|
|
.DS_Store
|
|
# Build files
|
|
bazel-*
|
|
# Local CMake build dir
|
|
build/
|
|
# Editor backup files
|
|
*.swp
|
|
*~
|
|
# Compiled Python files and cache
|
|
*.py[co]
|
|
__py_cache__/
|
|
# IDE files
|
|
.cache/
|
|
.clangd/
|
|
.idea/
|
|
.vscode/
|
|
compile_commands.json
|