File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77lib /
88* .dir /
99
10- # CMake (generated); keep tracked project modules under cmake/
10+ # CMake (generated). Tracked helper modules live under cmake/.
1111CMakeCache.txt
1212CMakeFiles /
1313cmake_install.cmake
@@ -22,7 +22,7 @@ install_manifest.txt
2222compile_commands.json
2323CMakeUserPresets.json
2424
25- # C/C++ compilado
25+ # C/C++ build artifacts
2626* .o
2727* .obj
2828* .a
6262* .includes
6363* .config
6464
65- # IDEs y editores
65+ # Editors / IDEs
6666.cursor /
6767.vscode /
6868.idea /
@@ -76,12 +76,12 @@ ui_*.h
7676.cache /clangd /
7777* .code-workspace
7878
79- # Visual Studio (CMake “ Open folder” )
79+ # Visual Studio (CMake " Open Folder" )
8080.vs /
8181CMakeSettings.json
8282CppProperties.json
8383
84- # Sistema operativo
84+ # Operating system junk
8585.DS_Store
8686.DS_Store ?
8787._ *
@@ -90,7 +90,7 @@ ehthumbs.db
9090Desktop.ini
9191.directory
9292
93- # Depuradores y profiling
93+ # Debuggers / profiling
9494* .core
9595/core
9696* .stackdump
@@ -103,37 +103,27 @@ Desktop.ini
103103perf.data
104104perf.data.old
105105
106- # Tags / navegación C
106+ # Ctags / cscope
107107tags
108108TAGS
109109GTAGS
110110GRTAGS
111111GPATH
112112cscope.out
113113
114- # Documentación generada
114+ # Generated docs
115115doc /html /
116116doc /latex /
117117docs /_build /
118118* .dox
119119
120- # Tests y cobertura
120+ # Tests / coverage output
121121Testing /
122122test_results /
123123coverage /
124124lcov.info
125125
126- # Python (scripts/, herramientas locales)
127- __pycache__ /
128- * .py [cod ]
129- * $py.class
130- .pytest_cache /
131- .mypy_cache /
132- .ruff_cache /
133- venv /
134- .venv /
135-
136- # Empaquetado y distribución
126+ # Packaging / distribution artifacts
137127* .tar
138128* .tar.gz
139129* .zip
@@ -145,23 +135,23 @@ venv/
145135* .flatpak
146136packaging /build /
147137
148- # Flatpak / flatpak-builder (builds locales y CI)
138+ # flatpak-builder output (local smoke builds / CI)
149139.flatpak-builder /
150140flatpak /.flatpak-builder /
151141repo /
152142build-dir /
153143
154- # Parches y merge
144+ # Patch / merge leftovers
155145* .orig
156146* .rej
157147
158- # Variables de entorno / local
148+ # Local env / CMake overrides
159149.env
160150.env.local
161151* .local
162152local.cmake
163153
164- # Otros
154+ # Misc
165155* .log
166156* .tmp
167157* .temp
You can’t perform that action at this time.
0 commit comments