
1 changed files with 14 additions and 0 deletions
@ -1,8 +1,22 @@ |
|||||
*.o |
*.o |
||||
*.a |
*.a |
||||
*.d |
*.d |
||||
|
*.dSYM |
||||
|
*.db |
||||
*.swp |
*.swp |
||||
*~ |
*~ |
||||
ws |
ws |
||||
local.conf |
local.conf |
||||
/.idea/ |
/.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 |
||||
|
Loading…
Reference in new issue