diff options
author | HuabingZhao <zhao.huabing@zte.com.cn> | 2017-08-11 09:16:22 +0000 |
---|---|---|
committer | HuabingZhao <zhao.huabing@zte.com.cn> | 2017-08-11 09:19:23 +0000 |
commit | 3736aafdb168d76483a42acb552098244ceee034 (patch) | |
tree | ddd22127094ba06bd1dd74c6f3b23b437eae4066 /.gitignore | |
parent | 012e88c913f39706fa6ae1b79c1fe0924ac1d2df (diff) |
Initial commit for registrator source codes
Change-Id: I0cdd285d6228f0a1b6a6b27787be09d2d7af3579
Issue-Id: OOM-61
Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..45e67f4 --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +.project +.classpath +.settings/ +.vscode/ +target/ +.vagrant +/archives/ +*.jar +*.zip +*.tar +*.gz |