.gitignore 759 B

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