diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2017-08-03 12:56:47 -0400 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2017-08-08 13:48:13 +0000 |
commit | 7ef1ede8a51eab83a55e24c229f3c8c3ef572c9b (patch) | |
tree | 503c028403d5d40396919e9a7ca6674a3113b23e /.gitignore | |
parent | 6dea95259eaa0f39cefbee4112692e08ac482b39 (diff) |
First commit, adding parent pom
Issue-ID: POLICY-139
Change-Id: I4599d855b0c5e44e002dac67f683278457fcde81
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..236c0b3b --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +.DS_Store +.project +.settings +.classpath +.jupiter +.pydevproject +target +.metadata/ +/bin/ |