diff options
| author | Benjamin J. Culkin <bjculkin@mix.wvu.edu> | 2019-01-05 10:16:25 -0400 |
|---|---|---|
| committer | Benjamin J. Culkin <bjculkin@mix.wvu.edu> | 2019-01-05 10:19:37 -0400 |
| commit | 53427e7935e2bba6955b9647fa4d9367fce6d77d (patch) | |
| tree | e4ba1f66a0f15215b541530e09b9f8abfb583368 /.gitignore | |
| parent | c2a8954b3eac1b15cc27ccb962c249c2dfd7bacf (diff) | |
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
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,3 +3,4 @@ bin/ output/ tags synfiles +target/ |
