X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=.gitignore;h=3d47500831ba969512b2531beecfea60c8791cda;hb=38b87ec05860401c3dcbf20d047aa0b55ea5841a;hp=4f0ee135f72091ae9450d5b302a9734e09424efc;hpb=57253de508c4912b6046e028cfe16aa3721f8ef5;p=platform%2Fcore%2Fuifw%2Fdali-demo.git diff --git a/.gitignore b/.gitignore index 4f0ee13..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,8 +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