summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorBenjamin J. Culkin <bjculkin@mix.wvu.edu>2019-01-05 10:16:25 -0400
committerBenjamin J. Culkin <bjculkin@mix.wvu.edu>2019-01-05 10:19:37 -0400
commit53427e7935e2bba6955b9647fa4d9367fce6d77d (patch)
treee4ba1f66a0f15215b541530e09b9f8abfb583368 /.gitignore
parentc2a8954b3eac1b15cc27ccb962c249c2dfd7bacf (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--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index f151ca11..ab2a166a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ bin/
output/
tags
synfiles
+target/