mirror of https://github.com/redis/redis.git
chore(gitignore): ignore rust toolchain archives and module build artifacts
- Ignore rust* toolchain tarballs under modules/ - Ignore build outputs (src/, target/) in module directories: - redisbloom - redisearch - redisjson - redistimeseries
This commit is contained in:
parent
64546d2009
commit
175732b275
|
@ -42,3 +42,5 @@ Makefile.dep
|
||||||
.ccls-cache/*
|
.ccls-cache/*
|
||||||
compile_commands.json
|
compile_commands.json
|
||||||
redis.code-workspace
|
redis.code-workspace
|
||||||
|
modules/rust*
|
||||||
|
modules/*/src/
|
Loading…
Reference in New Issue