.gitignore 740 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  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. tests/testhandle
  36. :w
  37. uninstall.cmake
  38. install_manifest.txt
  39. /cmake_install.cmake
  40. Testing
  41. core
  42. cotire/
  43. *_cotire.cmake
  44. *.dylib
  45. *.vcxproj*
  46. *.dir
  47. *.sln
  48. /Debug
  49. /tests/Debug
  50. /x64
  51. /_3rdParty
  52. /external
  53. LibKS-*
  54. CPack*
  55. *.deb
  56. *manifest*
  57. changelog.Debian
  58. changelog.Debian.gz
  59. build-Win32/
  60. build-x64/
  61. !win/*