diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2018-05-01 08:42:20 -0400 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2018-05-01 08:42:51 -0400 |
commit | b2e1f43953dd2942e711c59218fddf2d2d2d8f69 (patch) | |
tree | 2640b1fa1c5a2dcc5dfbba89754b8af2ccc53129 /.gitignore | |
parent | 38b62c6b9853ff0f941401416e08b097b5470534 (diff) |
Initialize repo
Add the initialie .gitreview, .gitignore, README and License
Change-Id: Ib99da18f940cac035014872ae5c83df6bd93a3f2
Issue-ID: POLICY-771
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 000000000..236c0b3b4 --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +.DS_Store +.project +.settings +.classpath +.jupiter +.pydevproject +target +.metadata/ +/bin/ |