2
0

.gitignore 778 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. aclocal.m4
  2. CMakeCache.txt
  3. CMakeFiles
  4. CMakeCache.txt
  5. CMakeFiles/
  6. _CPack_Packages/
  7. CTestTestfile.cmake
  8. LibKSConfig.cmake
  9. LibKS2Config.cmake
  10. cmake_install.cmake
  11. libks2.so
  12. libks2.so.*
  13. tests/CMakeFiles/
  14. tests/CTestTestfile.cmake
  15. tests/cmake_install.cmake
  16. tests/testthreadpools
  17. autom4te.cache
  18. configure
  19. config.status
  20. config.log
  21. libtool
  22. Makefile
  23. Makefile.in
  24. *.o
  25. *.lo
  26. *.la
  27. *.pc
  28. .libs
  29. .dirstamp
  30. .deps
  31. build
  32. tests/test_thread_pools
  33. tests/testacl
  34. tests/testrealloc
  35. tests/teststring
  36. tests/testjson
  37. tests/testhandle
  38. :w
  39. uninstall.cmake
  40. install_manifest.txt
  41. /cmake_install.cmake
  42. Testing
  43. core
  44. cotire/
  45. *_cotire.cmake
  46. *.dylib
  47. *.vcxproj*
  48. *.dir
  49. *.sln
  50. /Debug
  51. /tests/Debug
  52. /x64
  53. /_3rdParty
  54. /external
  55. LibKS-*
  56. CPack*
  57. *.deb
  58. *manifest*
  59. changelog.Debian
  60. changelog.Debian.gz
  61. build-Win32/
  62. build-x64/
  63. !win/*