From 53427e7935e2bba6955b9647fa4d9367fce6d77d Mon Sep 17 00:00:00 2001 From: "Benjamin J. Culkin" Date: Sat, 5 Jan 2019 10:16:25 -0400 Subject: Begin maven conversion 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 --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index f151ca11..ab2a166a 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ bin/ output/ tags synfiles +target/ -- cgit v1.2.3