Skip to content

Commit ce104df

Browse files
Adds bloom/search commands to gitignore (valkey-io#273)
### Description If building from the instructions in the readme, the generated directory `build-bloom-command-json` and `build-search-command-json` isn't ignored by git. This PR properly adds it to `.gitignore` ### Issues Resolved n/a ### Check List - [x] Commits are signed per the DCO using `--signoff` By submitting this pull request, I confirm that my contribution is made under the terms of the BSD-3-Clause License. --------- Signed-off-by: Kyle J. Davis <kyledvs@amazon.com> Co-authored-by: Madelyn Olson <madelyneolson@gmail.com>
1 parent 50c935a commit ce104df

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
.DS_Store
22
public
3+
build-bloom-command-json
34
build-command-docs
45
build-command-json
6+
build-json-command-json
7+
build-search-command-json
58
build-topics
69
build-clients
710
content/commands/*

0 commit comments

Comments
 (0)