pmt: ready for release
- Fix memory leaks - Writed functions and apply - Test pmt and verify stability
This commit is contained in:
14
.gitignore
vendored
14
.gitignore
vendored
@@ -1,2 +1,16 @@
|
||||
# Dont'd add IDE files
|
||||
cmake-build-*
|
||||
.idea
|
||||
.vscode
|
||||
|
||||
# Don't add generated headers
|
||||
include/generated
|
||||
|
||||
# Dont't add build directories
|
||||
build_arm64-v8a
|
||||
build_armeabi-v7a
|
||||
|
||||
# Don't add generated objects and libs
|
||||
*.o
|
||||
*.so
|
||||
*.a
|
||||
|
||||
Reference in New Issue
Block a user