sandboxed-api/.gitignore
Christian Blichmann 6a58a29039 Make CMake superbuild behave more similar to FetchContent
- 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>
2021-02-03 18:15:15 +01:00

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