Adding missing items to .gitignore to MM test and missing .gitignore file to trick_adt test. (#1879)

This commit is contained in:
Hong Chen 2025-04-15 15:23:56 -05:00 committed by GitHub
parent 1321837abb
commit 1e5361b2a4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 0 deletions

View File

@ -9,12 +9,14 @@ MM_declare_var_2_unittest
MM_declare_var_unittest
MM_delete_var_unittest
MM_get_enumerated
MM_JSON_Intf
MM_read_checkpoint
MM_ref_attributes_unittest
MM_ref_name_from_address
MM_resize_array_unittest
MM_sizeof_type_unittest
MM_strdup_unittest
MM_trick_type_char_string
MM_write_checkpoint
MM_write_checkpoint_hexfloat
MM_write_var_unittest

View File

@ -0,0 +1,3 @@
*.o
dllist_unittest
lqueue_unittest