diff options
| author | Alexey Gavrilov <alexey.gavrilov@mail.com> | 2026-03-04 22:03:08 +0700 |
|---|---|---|
| committer | Alexey Gavrilov <alexey.gavrilov@mail.com> | 2026-03-04 22:03:08 +0700 |
| commit | e7540462736b88d49ca56a7ca8461649f9c147fe (patch) | |
| tree | d6069e7dfe74d2158e8cf0397d20c912384bee1d /.gitignore | |
| parent | 902c6953e6a2b693129502f4f1eb075752e9ddb6 (diff) | |
Source directory
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3d64b92 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +# ccls files +.ccls-cache + +# build directory +build |
