X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=.gitignore;h=3d47500831ba969512b2531beecfea60c8791cda;hb=647c202fc165b4f023c15e1cee9b12dec34a1fce;hp=943a66cb5d5521a4fd462eed7153d9aabfbf98b2;hpb=6af0f8f844c02f091612cc3c4e200b9a05e926a0;p=platform%2Fcore%2Fuifw%2Fdali-demo.git diff --git a/.gitignore b/.gitignore index 943a66c..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,16 +37,25 @@ 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 -/debugfiles.list -/debuglinks.list -/debugsources.list /com.samsung.dali-demo-debuginfo.manifest /com.samsung.dali-demo-debugsource.manifest /build/tizen/*.vcxproj @@ -72,4 +85,3 @@ simple-image-wall.js /build/tizen/tests-reel/*.dir /build/tizen/tests-reel/*.vcxproj /build/tizen/tests-reel/*.vcxproj.filters -