- Fix pstderr file pointer. - Improve and add more functions on libpartition_map. - Improve functions.
16 lines
193 B
Plaintext
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
|