Skip to content

Commit 901bf1d

Browse files
committed
Do not commit gibberish training model #2402
Signed-off-by: Jono Yang <[email protected]>
1 parent 6fea0ba commit 901bf1d

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,3 +116,7 @@ selenium
116116
rpmdb.sqlite-*
117117
/.ruff_cache/
118118
.env
119+
120+
# Ignore gibberish detector model, this is trained on configure and build and
121+
# should not be committed
122+
gib_model.pki

configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,6 @@ find_python
319319
create_virtualenv "$VIRTUALENV_DIR"
320320
install_packages "$CFG_REQUIREMENTS"
321321
. "$CFG_BIN_DIR/activate"
322-
322+
"$CFG_BIN_DIR/train-gibberish-model"
323323

324324
set +e
-12.9 KB
Binary file not shown.

0 commit comments

Comments
 (0)