summaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)Author
2020-12-31Work on affix groups moreBenjamin J. Culkin
2020-03-29Fix up ReplPairBen Culkin
There was something in ReplPair that was causing issues. Since we don't need any of the fancy ReplPair functionality, I ripped it all out, since it was causing issues (probably sorting-related, with a comparator or something missing somewhere)
2019-01-05Update ignoreBenjamin J. Culkin
2019-01-05Begin maven conversionBenjamin J. Culkin
Begin converting the project to use maven for compiling/running java so as to allow easier splitting of AffixLister.java into its constituent classes without having to continuously tweak the script files
2019-01-03Initial project commitBenjamin J. Culkin