diff options
| author | 2023-12-17 10:37:31 -0500 | |
|---|---|---|
| committer | 2023-12-17 10:37:31 -0500 | |
| commit | 03e6780bdf46b5080efbe8d51106cccc43d5a292 (patch) | |
| tree | 5e04a0921caf2fbaf93c4652329f61416b269a4a /.gitignore | |
| parent | 55be64bcb8a770baba256a4598964b226c47fafe (diff) | |
| download | libalabaster-03e6780bdf46b5080efbe8d51106cccc43d5a292.tar.gz libalabaster-03e6780bdf46b5080efbe8d51106cccc43d5a292.tar.bz2 libalabaster-03e6780bdf46b5080efbe8d51106cccc43d5a292.zip | |
Update
- Add queue (proof of concept liblfds wrapper)
- Cleanup log code
- Misc fixes
Signed-off-by: Andrew Opalach <andrew@akon.city>
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -3,3 +3,5 @@ compile_commands.json .cache/ .clangd/ subprojects/c89atomic/ +subprojects/liblfds7.1.1/ +subprojects/packagecache/ |