Skip to content

Commit

Permalink
build file adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
arysin committed Oct 31, 2023
1 parent 3a25ad7 commit 3200852
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ _work
.project
/build_test/
/build_
*.bz2
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ task sortDict(type: JavaExec) {
workingDir = file("data/dict")

def files = "alt.lst base-abbr.lst base.lst base-compound.lst colors.lst dot-abbr.lst"
files += " geo-ukr-hydro.lst geo-other.lst" // geo-ukr-koatuu.lst
files += " geo-ukr-hydro.lst geo-other.lst pharm.lst" // geo-ukr-koatuu.lst
files += " slang.lst twisters.lst invalid.lst invalid-compound.lst names-anim.lst names-other.lst arch.lst base-compound_1992.lst"
files += " names-composite.lst base-composite.lst subst.lst vulgar.lst"

Expand Down

0 comments on commit 3200852

Please sign in to comment.