Author | Jamozed <[email protected]> |
Date | 2020-07-26 10:36:02 |
Commit | 16c2724bb7444ba8d8d27dc1fed923ef2cf05d2a |
Parent | 9d71e6f571e24da5bd044d75504e1cce27b26e8c |
meta: Fix gitignore syntax
Diffstat
M | .gitignore | | | 10 | +++++----- |
1 files changed, 5 insertions, 5 deletions
diff --git a/.gitignore b/.gitignore index 2254195..e01f885 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ -.clangd/ -bin/ -build/ -compile_commands.json -lib/ +/.clangd/ +/bin/ +/build/ +/compile_commands.json +/lib/