diff options
author | Oxore <oxore@protonmail.com> | 2023-12-07 00:08:57 +0300 |
---|---|---|
committer | Oxore <oxore@protonmail.com> | 2023-12-07 00:08:57 +0300 |
commit | 0b86520b9ff166cd285d077d3d8192653e7d95e9 (patch) | |
tree | a61177320e53d6c81d55a62d965340459859344f /.gitignore |
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3a1c77f --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +compile_commands.json +*.o +*.d +cmake[-_]build*/ +build/ +client +server |