-
-
Notifications
You must be signed in to change notification settings - Fork 488
Expand file tree
/
Copy path.gitignore
More file actions
72 lines (65 loc) · 896 Bytes
/
Copy path.gitignore
File metadata and controls
72 lines (65 loc) · 896 Bytes
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
# C++ objects and libs
*.slo
*.lo
*.o
*.a
*.la
*.lai
*.so
*.so*
*.dll
*.dylib
*.dmg
.DS_Store
# Qt-es
.qmake.stash
.qtc_clangd
*.pro.user
*.pro.user.*
moc_*.cpp
qrc_*.cpp
Makefile
Makefile.*
*-build-*
obj-x86_64-linux-gnu
ui_*
object_*
engine/src/qlcconfig.h
*.swp
*.qmlc
moc_predefs.h
# Binaries
*.exe
*_test
main/qlcplus
fixtureeditor/qlcplus-fixtureeditor
launcher/qlcplus-launcher
hotplugmonitor/test/test
qmlui/qlcplus5
*.qm
core
# coverage
coverage/
*.gcda
*.gcno
# Development IDEs
.vscode/
# CMake build
CMakeLists.txt.user
build*
# AI and agents
.codex
.claude
.agents
# debian packaging leftovers
debian/files
debian/*.debhelper
debian/*.debhelper.log
debian/*.substvars
debian/debhelper-build-stamp
debian/qlcplus/
debian/qlcplus5/
debian/qlcplus-data/
debian/qlcplus-dbg/
debian/qlcplus5-dbg/
debian/tmp/