Files
pmt-renovated/.gitignore
YZBruh 1a9b4ff5ad pmt: Introduce, fixup
- Fix pstderr file pointer.
 - Improve and add more functions on libpartition_map.
 - Improve functions.
2025-08-28 23:13:52 +03:00

16 lines
193 B
Plaintext

# Dont'd add IDE files
cmake-build-*
.idea
.vscode
# Don't add generated headers
include/generated
# Dont't add build directories
build_*
# Don't add generated objects and libs
*.o
*.so
*.a