From 706e2d343d82e3399d9664fb0ff96929ec79f6a9 Mon Sep 17 00:00:00 2001 From: heck Date: Fri, 9 Apr 2021 00:26:14 +0200 Subject: [PATCH] .gitignore --- .gitignore | 31 +++++++++---------------------- 1 file changed, 9 insertions(+), 22 deletions(-) diff --git a/.gitignore b/.gitignore index 2abfab1..aa7d5bc 100644 --- a/.gitignore +++ b/.gitignore @@ -15,25 +15,12 @@ build/ build-windows/Debug/ build-windows/Release/ build-windows/libpEpAdapter.vcxproj.user -/test/test_adapter.dSYM/Contents/Info.plist -/test/test_adapter_cxx.dSYM/Contents/Info.plist -/test/test_ensure_passphrase.dSYM/Contents/Info.plist -/test/test_leave_device_group.dSYM/Contents/Info.plist -/test/test_library.dSYM/Contents/Info.plist -/test/test_message_cache.dSYM/Contents/Info.plist -/test/test_passphrase_cache.dSYM/Contents/Info.plist -/test/test_semaphore.dSYM/Contents/Info.plist -/test/test_adapter_cxx.dSYM/Contents/Resources/DWARF/test_adapter_cxx -/test/test_adapter_cxx -/test/test_ensure_passphrase.dSYM/Contents/Resources/DWARF/test_ensure_passphrase -/test/test_ensure_passphrase -/test/test_leave_device_group.dSYM/Contents/Resources/DWARF/test_leave_device_group -/test/test_leave_device_group -/test/test_library.dSYM/Contents/Resources/DWARF/test_library -/test/test_library -/test/test_message_cache.dSYM/Contents/Resources/DWARF/test_message_cache -/test/test_message_cache -/test/test_passphrase_cache.dSYM/Contents/Resources/DWARF/test_passphrase_cache -/test/test_passphrase_cache -/test/test_semaphore.dSYM/Contents/Resources/DWARF/test_semaphore -/test/test_semaphore +*.dSYM +test_group +test_adapter_cxx +test_ensure_passphrase +test_leave_device_group +test_library +test_message_cache +test_passphrase_cache +test_semaphore