diff options
author | Sven Gothel <[email protected]> | 2022-11-21 14:40:44 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2022-11-21 14:40:44 +0100 |
commit | aa5ff47113028f534b28d3958342ae4501b50954 (patch) | |
tree | eaabd6a798533eb95e71c55902751bd83a0c792a /.gitignore | |
parent | 1b9b9b6e8645fe3551066c28359fae3c43a1f50e (diff) |
Add clangd w/ ClangTidy rules, clang-format spec and root-workspace settings for vs-codium (open source, no-telemetry vs-code)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,6 +1,7 @@ build*/ dist*/ issues/ +/compile_commands.json # Object files *.o |