diff options
| author | 2024-09-19 14:56:17 -0400 | |
|---|---|---|
| committer | 2024-09-19 14:56:17 -0400 | |
| commit | 395d423e6a6fda56e02d9551cadc93d229fe71c5 (patch) | |
| tree | 3824245372a458dd4ce6d18c73c51880cdf75d5d /.gitignore | |
| parent | 7f7566324b18833d2868ea45e2b28dcdc547d879 (diff) | |
| download | libalabaster-395d423e6a6fda56e02d9551cadc93d229fe71c5.tar.gz libalabaster-395d423e6a6fda56e02d9551cadc93d229fe71c5.tar.bz2 libalabaster-395d423e6a6fda56e02d9551cadc93d229fe71c5.zip | |
Update
- Remove queue and liblfds
- Add some helpers
- Improve wstr compatibility
Signed-off-by: Andrew Opalach <andrew@akon.city>
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -1,7 +1,6 @@ -build*/ -compile_commands.json .cache/ .clangd/ +build*/ +compile_commands.json subprojects/c89atomic/ -subprojects/liblfds7.1.1/ subprojects/packagecache/ |