aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 839b077cbc39b484c413d3aad3cb509f8ea57427 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
#ignoring the changes in sub folders of release folder
/release/bin/
/release/lib64/
/release/include/
/release/include/common/
/release/include/generic/
/release/include/*.h

#ignoring the changes in sub folders of build folder
/build/app_example/
/build/CMakeFiles/
/build/GLOG-prefix/
/build/JSON-prefix/
/build/clean_compile.sh
/build/cmake_install.cmake
/build/CMakeCache.txt
/build/libdmm_api.a
/build/libglog.a
/build/libjson-c.a
/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/
/stacks/lwip_stack/release/bin/
/stacks/lwip_stack/release/script/
#ignoring the changes in sub folders of thirdparty folder
/thirdparty/
/thirdparty/glog/glog-0.3.4/compile/
/thirdparty/glog/glog-0.3.4/m4/