diff options
| author | 2024-10-04 13:36:54 -0400 | |
|---|---|---|
| committer | 2024-10-04 13:36:54 -0400 | |
| commit | 9e63fb59e7b8506183172869ea44b68cdec29be5 (patch) | |
| tree | a47f51121275477b3ce93b1d2b82ea1f342d68ed /.gitignore | |
| parent | a320ee672ccf52297dc509b25ed263f165709b31 (diff) | |
| download | libnaunet-9e63fb59e7b8506183172869ea44b68cdec29be5.tar.gz libnaunet-9e63fb59e7b8506183172869ea44b68cdec29be5.tar.bz2 libnaunet-9e63fb59e7b8506183172869ea44b68cdec29be5.zip | |
Tons of changes
Mainly for things that came up in other projects.
Signed-off-by: Andrew Opalach <andrew@akon.city>
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,11 +1,11 @@ -build*/ -compile_commands.json .cache/ .clangd/ +build*/ +compile_commands.json subprojects/c89atomic.wrap -subprojects/libcurl/ subprojects/jansson/ subprojects/libalabaster +subprojects/libcurl/ subprojects/libev-4.33/ subprojects/liblfds.wrap subprojects/packagecache/ |