diff options
author | 2018-08-14 11:17:43 +0000 | |
---|---|---|
committer | 2018-08-14 11:17:43 +0000 | |
commit | f5c43ee4186de1f12ea2a69ec99afc0b3b2b8615 (patch) | |
tree | 6dccbd08efe0034efcaa24af0b9b3de2cc071716 /.gitignore | |
parent | 494f8fd412aa5243fb8c4978ddaf29421562b5fd (diff) | |
parent | 603bd6da195b5cfa157c072ae51bfad06391af47 (diff) |
Merge "update .gitignore"
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 21 |
1 files changed, 20 insertions, 1 deletions
@@ -1,7 +1,9 @@ #ignoring the changes in sub folders of release folder /release/bin/ /release/lib64/ +/release/include/ /release/include/common/ +/release/include/generic/ /release/include/*.h !/release/include/declare_syscalls.h !/release/include/nsocket_dmm_api.h @@ -20,6 +22,23 @@ /build/Makefile /build/post_compile.sh /build/src/ - +/build/stacks/ +/build/thirdparty/ +/build/libnStackMaintain.a +/build/libsocket.a +/stacks/lwip_stack/lwip_src/lwip-2.0.3.zip +/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/ +/thirdparty/glog/glog-0.3.4/m4/ |