diff options
author | Michael Lando <ml636r@att.com> | 2017-02-15 16:02:49 +0200 |
---|---|---|
committer | Michael Lando <ml636r@att.com> | 2017-02-15 16:03:20 +0200 |
commit | 4e33d89a0863f5f4ec95f537f5f60241e28132c3 (patch) | |
tree | b0f7bef94ecb2e99dfa608e52c007f8c6acc1471 /.gitignore | |
parent | 78744d32005cd31e7c4954bfcdf546802fbbc0f5 (diff) |
Initial OpenECOMP sdc-distribution-client commit
Change-Id: I6dd20cdaf36d22836db1e9b6956c90652b6a38d7
Signed-off-by: Michael Lando <ml636r@att.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1b6d5d3 --- /dev/null +++ b/.gitignore @@ -0,0 +1,17 @@ +# Eclipse +.classpath +.project +.settings/ + +# Maven +log/ +target/ + +# Package Files # +*.jar +*.war +*.ear + +# Other +*.class +*.orig
\ No newline at end of file |