aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2018-09-25 09:52:57 -0400
committerPamela Dragosh <pdragosh@research.att.com>2018-09-25 11:06:02 -0400
commit9dc04ce3df02991d115d4a5df4a00b421075485f (patch)
treeda703916fea81509b66307301ac53624e516b8ee /.gitignore
parentc92259c97d856a59a9ce31b06c36cfdb045b38bc (diff)
Setup checkstyle and coverage
Removed redundant version. Added checkstyle and code coverage declarations. Added gitignore for idea and checkstyle. Change-Id: I3600a1bacdc3aa5bb87c5c2aae961703f603d1b2 Issue-ID: POLICY-1136 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 236c0b3..8ae43ea 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@
.DS_Store
+.checkstyle
.project
.settings
.classpath
@@ -7,3 +8,4 @@
target
.metadata/
/bin/
+.idea