-
-
Notifications
You must be signed in to change notification settings - Fork 32
Expand file tree
/
Copy path.gitignore
More file actions
84 lines (75 loc) · 910 Bytes
/
Copy path.gitignore
File metadata and controls
84 lines (75 loc) · 910 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
73
74
75
76
77
78
79
80
81
82
83
84
# CMake/build outputs
build/
build-*/
out/
CMakeFiles/
CMakeCache.txt
CMakeUserPresets.json
cmake_install.cmake
compile_commands.json
CTestTestfile.cmake
DartConfiguration.tcl
Testing/
Makefile
install_manifest.txt
!CMakeLists.txt
# C/C++ generated binaries and objects
*.a
*.dll
*.dylib
*.exe
*.la
*.lo
*.o
*.obj
*.so
*.so.*
# Qt/QML generated files
*_autogen/
moc_*.cpp
moc_*.h
qrc_*.cpp
ui_*.h
*.qmltypes
*.qmlc
*.jsc
.qmake.stash
.qmlls.ini
.runtime-qml/
# Test and coverage artifacts
*.gcda
*.gcno
*.gcov
coverage/
# Python helper cache
__pycache__/
*.py[cod]
# Arch Linux packaging
pkg/
src/
Tide-island/
*.pkg.tar*
*.src.tar*
*.tar.gz
*.tar.xz
*.tar.zst
*.zip
# Local runtime/cache artifacts
.cache/
.code-review-graph
CODE_QUALITY_REVIEW.md
# Local agent/tooling state
.agents/
.codex/
# IDEs/editors
.vscode/
.idea/
*.user
*.autosave
*.swp
*.swo
*~
# OS files
.DS_Store
Thumbs.db
compilar.sh