From b46cd3f90156bb72c01d31dcb9a0ef861946f090 Mon Sep 17 00:00:00 2001 From: Heeyong Song Date: Thu, 23 Apr 2020 16:57:25 +0900 Subject: [PATCH] Add missing files Change-Id: Id3128215e1b0b227af408ce4cb4ea65b058cc603 --- automated-tests/.gitignore | 5 +++++ build/tizen/.gitignore | 15 +++++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 automated-tests/.gitignore create mode 100644 build/tizen/.gitignore diff --git a/automated-tests/.gitignore b/automated-tests/.gitignore new file mode 100644 index 0000000..34dc85b --- /dev/null +++ b/automated-tests/.gitignore @@ -0,0 +1,5 @@ +*.xml +build +build.log +tct*core.h +results_xml.* \ No newline at end of file diff --git a/build/tizen/.gitignore b/build/tizen/.gitignore new file mode 100644 index 0000000..3f59603 --- /dev/null +++ b/build/tizen/.gitignore @@ -0,0 +1,15 @@ +build +.* +cmake-build-* +CMakeLists_temp.txt +CMakeCache.txt +CMakeFiles +cmake_install.cmake +dali-adaptor.pc +dali-adaptor-integration.pc +dali.info +doc +install_manifest.txt +libdali-adaptor.so.0 +libdali-adaptor.so.0.0.0 +linker-test -- 2.7.4