sandboxed-api/.gitignore
Christian Blichmann 143e539d79 First MVP of a LibTooling based SAPI header generator
- Extract dependent types directly from the Clang AST and re-serialize
  back into compilable code
- Collect types and emit diagnostics
- Format generated code

Signed-off-by: Christian Blichmann <mail@blichmann.eu>
2020-05-15 15:35:42 +02:00

18 lines
233 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
.clangd/
.vscode/
.idea
compile_commands.json