aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2018-09-25 09:47:24 -0400
committerPamela Dragosh <pdragosh@research.att.com>2018-09-25 11:05:39 -0400
commit85047eb1509c1ddda472c4ba32319f1bacb0c760 (patch)
treeb61ac71423362f78f53c8eceeac2c2713f21b20c /.gitignore
parentf81fa483ac8949866d6b34e77618725dc58fcdce (diff)
Setup checkstyle and coverage
Added plugin management pieces for code coverage and checkstyle for future development. Added entries to gitignore for idea and checkstyle. Removed redundant version. Change-Id: Idca740a42b562e95319d5c196c1c3d5a0e16f214 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 236c0b3b..8ae43eae 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@
.DS_Store
+.checkstyle
.project
.settings
.classpath
@@ -7,3 +8,4 @@
target
.metadata/
/bin/
+.idea