diff options
| author | Benjamin J. Culkin <bjculkin@mix.wvu.edu> | 2019-01-03 11:13:15 -0400 |
|---|---|---|
| committer | Benjamin J. Culkin <bjculkin@mix.wvu.edu> | 2019-01-03 11:13:15 -0400 |
| commit | 955bbcb8afa6fcf14b96444ee561e8d6a9adefef (patch) | |
| tree | 8c3ef4f4e15658eaf706b914016ecce503fcf72b /.gitignore | |
Initial project commit
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..f151ca11 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +*.class +bin/ +output/ +tags +synfiles |
