-
Notifications
You must be signed in to change notification settings - Fork 11
/
.gitignore
91 lines (91 loc) · 1.67 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
# Common gitignore
.cproject
.project
.settings
.directory
Makefile.in
Makefile
BROWSE
CMakeCache.txt
CMakeFiles/
cmake_install.cmake
install_manifest.txt
*~
*.pc
*.o
*.o.d
*.lo
*.loT
*.la
*.so
*.orig
*.odt
*.fodt
*.test
*.example
*.a
*.apk
*.ap_
*.class
*.classpath
*.dex
*.gcno
*.gcda
*.gcov
.deps
.libs
*.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
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/.ninja_deps
/build/tizen/.ninja_log
/build/tizen/build.ninja
/build/tizen/rules.ninja
/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