Cleanup .gitignore file
[platform/core/uifw/dali-demo.git] / .gitignore
1 # Common gitignore
2 .cproject
3 .project
4 .settings
5 .directory
6 Makefile.in
7 Makefile
8 BROWSE
9 CMakeCache.txt
10 CMakeFiles/
11 cmake_install.cmake
12 install_manifest.txt
13 *~
14 *.pc
15 *.o
16 *.o.d
17 *.lo
18 *.loT
19 *.la
20 *.so
21 *.orig
22 *.odt
23 *.fodt
24 *.test
25 *.example
26 *.a
27 *.apk
28 *.ap_
29 *.class
30 *.classpath
31 *.dex
32 *.gcno
33 *.gcda
34 *.gcov
35 .deps
36 .libs
37 *.swp
38 *.creator
39 *.creator.user
40 /docs/generated/*
41 /build/tizen/doc
42 /build/tizen/.cov
43 /build/desktop
44 /packaging/home*
45 compile_commands.json
46 .clangd
47 /debugfiles.list
48 /debuglinks.list
49 /debugsources.list
50 .clangd/
51 *.vscode/
52 *.cache/
53 # dali-demo only
54 dali-builder
55 *.mo
56 simple-image-wall.js
57 /shared/resources-location.cpp
58 /build/tizen/documentation.list
59 /com.samsung.dali-demo-debuginfo.manifest
60 /com.samsung.dali-demo-debugsource.manifest
61 /build/tizen/*.vcxproj
62 /build/tizen/*.vcxproj.filters
63 /build/tizen/builder/Debug/*
64 /build/tizen/builder/Release/*
65 /build/tizen/builder/*.dir
66 /build/tizen/builder/*.vcxproj
67 /build/tizen/builder/*.vcxproj.filters
68 /build/tizen/demo/Debug/*
69 /build/tizen/demo/Release/*
70 /build/tizen/demo/*.dir
71 /build/tizen/demo/*.vcxproj
72 /build/tizen/demo/*.vcxproj.filters
73 /build/tizen/examples/Debug/*
74 /build/tizen/examples/Release/*
75 /build/tizen/examples/*.dir
76 /build/tizen/examples/*.vcxproj
77 /build/tizen/examples/*.vcxproj.filters
78 /build/tizen/examples-reel/Debug/*
79 /build/tizen/examples-reel/Release/*
80 /build/tizen/examples-reel/*.dir
81 /build/tizen/examples-reel/*.vcxproj
82 /build/tizen/examples-reel/*.vcxproj.filters
83 /build/tizen/tests-reel/Debug/*
84 /build/tizen/tests-reel/Release/*
85 /build/tizen/tests-reel/*.dir
86 /build/tizen/tests-reel/*.vcxproj
87 /build/tizen/tests-reel/*.vcxproj.filters