.gitignore 723 B

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