diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2017-08-03 13:00:44 -0400 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2017-08-08 13:49:20 +0000 |
commit | 6e7baf6013a4b3de477f7d7fa6762075e61815ed (patch) | |
tree | e9e71b252d637c54ff30542cc450173d8f4b861c /.gitignore | |
parent | db57b4ec370a9ad44ff2c26b1ff70c07ff402fe8 (diff) |
First commit, adding parent pom
Issue-ID: POLICY-139
Change-Id: I7e2e3cd72f14b6c01be17d3aaf1e5a09272c87e9
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 0000000..236c0b3 --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +.DS_Store +.project +.settings +.classpath +.jupiter +.pydevproject +target +.metadata/ +/bin/ |