From 551028b8884dda178c7068701c409b75d6fe6c35 Mon Sep 17 00:00:00 2001 From: heck Date: Tue, 1 Mar 2022 00:28:08 +0100 Subject: [PATCH] .gitignore --- .gitignore | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.gitignore b/.gitignore index 270124f..50e05f4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,22 @@ *.o *.a *.d +*.dSYM +*.db *.swp *~ ws local.conf /.idea/ +/test/test_rw.bin +/test/test_counting_semaphore +/test/test_inspect +/test/test_semaphore +/test/test_std_utils + + +.DS_Store +# Windows +build-windows/Debug/ +build-windows/Release/ +build-windows/libpEpAdapter.vcxproj.user