Browse Source

.gitignore

pull/1/head
heck 3 years ago
parent
commit
551028b888
  1. 14
      .gitignore

14
.gitignore

@ -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…
Cancel
Save