diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2020-06-04 10:05:42 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2020-06-04 10:05:42 +0900 |
| commit | 7a420d4bbad8b96902bb5ea0d5e303d797614f67 (patch) | |
| tree | 05a2546a789d44918dbf3e091c39a4f61979c9cd /.gitignore | |
| parent | d2b9c90f285fe62bf2422221f35666dd6a6e734e (diff) | |
| download | mruby-7a420d4bbad8b96902bb5ea0d5e303d797614f67.tar.gz mruby-7a420d4bbad8b96902bb5ea0d5e303d797614f67.zip | |
Add `.ccls*` to `.gitignore`.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 48f085183..c78d02797 100644 --- a/.gitignore +++ b/.gitignore @@ -17,6 +17,7 @@ .svn .vscode .yardoc +.ccls* cscope.files cscope.out tags |
