aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 2b9050128e8c66e617b0f6e69877b71d36e63c73 (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
#ignoring the changes in sub folders of release folder
/release/bin/
/release/lib64/
/release/include/common/
/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/
/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/

#ignoring the changes in sub folders of thirdparty folder
/thirdparty/