diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2018-09-25 10:06:07 -0400 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2018-09-25 11:04:19 -0400 |
commit | f973f58d6640756a72783830e140ef59af0aede3 (patch) | |
tree | 5f1b192b671040628d554af5458734b8a7ca88d5 /.gitignore | |
parent | d01b3fabba07c18198907ad06aebd125969146af (diff) |
Setup checkstyle and coverage
Remove redundant version.
Add checkstyle and code coverage declarations.
Add ignore of idea and checkstyle.
Change-Id: I136628900968cc8ddc0577eb24965d9a221dedf3
Issue-ID: POLICY-1136
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 236c0b3b4..8ae43eae7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ .DS_Store +.checkstyle .project .settings .classpath @@ -7,3 +8,4 @@ target .metadata/ /bin/ +.idea |