diff options
| author | 2023-10-07 17:12:38 -0400 | |
|---|---|---|
| committer | 2023-10-07 17:44:10 -0400 | |
| commit | b07771669ae029d07b76a58ed526da7bc29ec27b (patch) | |
| tree | a379a6b638a64060de1c220537f803b6402ffdea /.gitignore | |
| download | libalabaster-b07771669ae029d07b76a58ed526da7bc29ec27b.tar.gz libalabaster-b07771669ae029d07b76a58ed526da7bc29ec27b.tar.bz2 libalabaster-b07771669ae029d07b76a58ed526da7bc29ec27b.zip | |
Add libalabaster
Signed-off-by: Andrew Opalach <andrew@akon.city>
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..47e95ff --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +build*/ +compile_commands.json +.cache/ +.clangd/ +subprojects/c89atomic/ |