diff options
author | 2018-03-13 19:10:49 +0530 | |
---|---|---|
committer | 2018-03-13 19:10:49 +0530 | |
commit | 4b37e9c5b5bfe08186de164720922739e63e25b8 (patch) | |
tree | cad295ac16e15604bb0656f5af8154147191ce2e /.gitignore | |
parent | 3a5bf13c0e7b427b805a372dc1ed1bd5d7759082 (diff) |
adding .gitignore file
Change-Id: I20606729e74f8ddcb9b0992302e34fafaabf4967
Signed-off-by: sharath reddy <sharathkumarboyanapally@gmail.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2b90501 --- /dev/null +++ b/.gitignore @@ -0,0 +1,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/ |