diff options
author | 2018-09-29 16:41:15 +0800 | |
---|---|---|
committer | 2018-09-29 16:45:14 +0800 | |
commit | 74c9aed15303d388d7d0429128bc3af96f7eb45c (patch) | |
tree | b4659364e410ef5b0f36b61bbf98c48e5763d8e5 /.gitignore | |
parent | 31ea86798426cf236d70c9de1944c723a6cb1d95 (diff) |
Refactor: change to dmm share memory
Change-Id: Iff87eb5c6610c1db9247a898dd4c8ffbe6eeabdf
Signed-off-by: nanger <zhenyinan@huawei.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -5,8 +5,6 @@ /release/include/common/ /release/include/generic/ /release/include/*.h -!/release/include/declare_syscalls.h -!/release/include/nsocket_dmm_api.h #ignoring the changes in sub folders of build folder /build/app_example/ @@ -30,14 +28,8 @@ /stacks/lwip_stack/lwip_src/lwip/ /stacks/lwip_stack/build/ /stacks/lwip_stack/release/ -/scripts/checkstyle.sh /stacks/lwip_stack/release/bin/ /stacks/lwip_stack/release/script/ -/stacks/lwip_stack/src/include/ -!/stacks/lwip_stack/src/include/nsfw_msg_api.h -!/stacks/lwip_stack/src/include/nsfw_msg.h -!/stacks/lwip_stack/src/include/nsfw_mt_config.h -!/stacks/lwip_stack/src/include/nsfw_rti.h #ignoring the changes in sub folders of thirdparty folder /thirdparty/ /thirdparty/glog/glog-0.3.4/compile/ |