diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2020-06-04 14:12:19 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2020-06-04 18:09:03 +0900 |
| commit | 49f1c0e94d3286bcd4e7342a775bb256374079d6 (patch) | |
| tree | 4c527dd287b18463136dcb5c56b8af4bf5eb448f /.gitignore | |
| parent | dcfebc6eed9bf978be9228c56bf09452bc192a0d (diff) | |
| download | mruby-49f1c0e94d3286bcd4e7342a775bb256374079d6.tar.gz mruby-49f1c0e94d3286bcd4e7342a775bb256374079d6.zip | |
Ignore files for `clangd`.
- `compile_flags.txt'
- `compile_commands.json`
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index c78d02797..6a0e7e46b 100644 --- a/.gitignore +++ b/.gitignore @@ -18,6 +18,8 @@ .vscode .yardoc .ccls* +compile_flags.txt +compile_commands.json cscope.files cscope.out tags |
