From 4b37e9c5b5bfe08186de164720922739e63e25b8 Mon Sep 17 00:00:00 2001 From: sharath reddy Date: Tue, 13 Mar 2018 19:10:49 +0530 Subject: adding .gitignore file Change-Id: I20606729e74f8ddcb9b0992302e34fafaabf4967 Signed-off-by: sharath reddy --- .gitignore | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') 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/ -- cgit 1.2.3-korg