X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=.gitignore;h=3d47500831ba969512b2531beecfea60c8791cda;hb=38b87ec05860401c3dcbf20d047aa0b55ea5841a;hp=9a6f694ff5fb0ba9cf531e711af01dae3b135987;hpb=46e6a0e92784c860b2b5425e34941c6574dd8062;p=platform%2Fcore%2Fuifw%2Fdali-demo.git diff --git a/.gitignore b/.gitignore index 9a6f694..3d47500 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +# Common gitignore .cproject .project .settings @@ -5,6 +6,10 @@ Makefile.in Makefile BROWSE +CMakeCache.txt +CMakeFiles/ +cmake_install.cmake +install_manifest.txt *~ *.pc *.o @@ -18,7 +23,6 @@ BROWSE *.fodt *.test *.example -dali-builder *.a *.apk *.ap_ @@ -33,7 +37,51 @@ dali-builder *.swp *.creator *.creator.user +/docs/generated/* +/build/tizen/doc +/build/tizen/.cov /build/desktop /packaging/home* +compile_commands.json +.clangd +/debugfiles.list +/debuglinks.list +/debugsources.list +.clangd/ +*.vscode/ +*.cache/ +# dali-demo only +dali-builder *.mo -demo-theme.json +simple-image-wall.js +/shared/resources-location.cpp +/build/tizen/documentation.list +/com.samsung.dali-demo-debuginfo.manifest +/com.samsung.dali-demo-debugsource.manifest +/build/tizen/*.vcxproj +/build/tizen/*.vcxproj.filters +/build/tizen/builder/Debug/* +/build/tizen/builder/Release/* +/build/tizen/builder/*.dir +/build/tizen/builder/*.vcxproj +/build/tizen/builder/*.vcxproj.filters +/build/tizen/demo/Debug/* +/build/tizen/demo/Release/* +/build/tizen/demo/*.dir +/build/tizen/demo/*.vcxproj +/build/tizen/demo/*.vcxproj.filters +/build/tizen/examples/Debug/* +/build/tizen/examples/Release/* +/build/tizen/examples/*.dir +/build/tizen/examples/*.vcxproj +/build/tizen/examples/*.vcxproj.filters +/build/tizen/examples-reel/Debug/* +/build/tizen/examples-reel/Release/* +/build/tizen/examples-reel/*.dir +/build/tizen/examples-reel/*.vcxproj +/build/tizen/examples-reel/*.vcxproj.filters +/build/tizen/tests-reel/Debug/* +/build/tizen/tests-reel/Release/* +/build/tizen/tests-reel/*.dir +/build/tizen/tests-reel/*.vcxproj +/build/tizen/tests-reel/*.vcxproj.filters