diff options
author | Francis Gagné <fragag1@gmail.com> | 2014-09-07 23:44:43 -0400 |
---|---|---|
committer | Francis Gagné <fragag1@gmail.com> | 2014-09-08 00:13:33 -0400 |
commit | 25cb62d5987fdb4e76484856d85c4f9291d5d646 (patch) | |
tree | 516ee0b46a66e0f5f88af6b83db459566318d1fd /.gitignore |
Initial version
This is a Java project template for the Luna version of Eclipse JDT and
Eclipse m2e. It also enables the FindBugs builder.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b83d222 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/target/ |