aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2018-09-25 09:57:11 -0400
committerPamela Dragosh <pdragosh@research.att.com>2018-09-25 11:03:47 -0400
commit78f196d0c0db01c6ce1a99be29b714cb5613c350 (patch)
tree365282d001cdae410b81b39bb0957e726f840803 /.gitignore
parent70e4ac205b7f2c7c7956f35324b87460bf59b802 (diff)
Setup checkstyle and coverage
Removed redundant version. Added checkstyle and code coverage declarations. Added ignore of idea and checkstyle. Issue-ID: POLICY-1136 Change-Id: Ia2f2428577ba0bf992cba8a5ad5f68d34d5deff8 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