From 83d5ada866a598ee868d3e23624d104d1027db29 Mon Sep 17 00:00:00 2001 From: wxr <wxr@hdlchina.com.cn> Date: 星期二, 27 八月 2024 15:28:42 +0800 Subject: [PATCH] 增加挂断功能 --- HDLLinphoneSDKDemoNew/app/.gitignore | 12 +++++++++++- 1 files changed, 11 insertions(+), 1 deletions(-) diff --git a/HDLLinphoneSDKDemoNew/app/.gitignore b/HDLLinphoneSDKDemoNew/app/.gitignore index 42afabf..efb6d04 100644 --- a/HDLLinphoneSDKDemoNew/app/.gitignore +++ b/HDLLinphoneSDKDemoNew/app/.gitignore @@ -1 +1,11 @@ -/build \ No newline at end of file +/build +*.idea +/.idea/libraries +/.idea/modules +/.idea/compiler.xml +/.idea/gradle.xml +/.idea/jarRepositories.xml +/.idea/misc.xml +/.idea/modules.xml +/.idea/vcs.xml +/.idea/workspace.xml \ No newline at end of file -- Gitblit v1.8.0