From 603bd6da195b5cfa157c072ae51bfad06391af47 Mon Sep 17 00:00:00 2001 From: sharath Date: Tue, 14 Aug 2018 16:06:45 +0530 Subject: update .gitignore Change-Id: I9cdb96313b065adba1b37e95a143179e53503178 Signed-off-by: sharath --- .gitignore | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 2b90501..21902dc 100644 --- a/.gitignore +++ b/.gitignore @@ -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/ -- cgit 1.2.3-korg