aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoryalei wang <wylandrea@gmail.com>2018-08-14 11:17:43 +0000
committerGerrit Code Review <gerrit@fd.io>2018-08-14 11:17:43 +0000
commitf5c43ee4186de1f12ea2a69ec99afc0b3b2b8615 (patch)
tree6dccbd08efe0034efcaa24af0b9b3de2cc071716
parent494f8fd412aa5243fb8c4978ddaf29421562b5fd (diff)
parent603bd6da195b5cfa157c072ae51bfad06391af47 (diff)
Merge "update .gitignore"
-rw-r--r--.gitignore21
-rwxr-xr-x[-rw-r--r--]stacks/lwip_stack/release/lwip_helper_files/download_lwip.sh0
2 files changed, 20 insertions, 1 deletions
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/
diff --git a/stacks/lwip_stack/release/lwip_helper_files/download_lwip.sh b/stacks/lwip_stack/release/lwip_helper_files/download_lwip.sh
index 316859b..316859b 100644..100755
--- a/stacks/lwip_stack/release/lwip_helper_files/download_lwip.sh
+++ b/stacks/lwip_stack/release/lwip_helper_files/download_lwip.sh