.gitignore 823 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. *.swp
  2. *.[oa]
  3. *.l[oa]
  4. *.opensdf
  5. *.orig
  6. *.pyc
  7. *.sdf
  8. *.suo
  9. .vs/
  10. *.VC.db
  11. *.VC.opendb
  12. core
  13. vgcore.*
  14. .buildstamp
  15. .dirstamp
  16. .deps/
  17. /.libs/
  18. /aclocal.m4
  19. /ar-lib
  20. /autom4te.cache/
  21. /compile
  22. /config.guess
  23. /config.log
  24. /config.status
  25. /config.sub
  26. /configure
  27. /depcomp
  28. /install-sh
  29. /libtool
  30. /libuv.a
  31. /libuv.dylib
  32. /libuv.pc
  33. /libuv.so
  34. /ltmain.sh
  35. /missing
  36. /test-driver
  37. Makefile
  38. Makefile.in
  39. /build/
  40. /test/.libs/
  41. /test/run-tests
  42. /test/run-tests.exe
  43. /test/run-tests.dSYM
  44. /test/run-benchmarks
  45. /test/run-benchmarks.exe
  46. /test/run-benchmarks.dSYM
  47. test_file_*
  48. *.sln
  49. *.sln.cache
  50. *.ncb
  51. *.vcproj
  52. *.vcproj*.user
  53. *.vcxproj
  54. *.vcxproj.filters
  55. *.vcxproj.user
  56. _UpgradeReport_Files/
  57. UpgradeLog*.XML
  58. Debug
  59. Release
  60. ipch
  61. # sphinx generated files
  62. /docs/build/
  63. # Clion / IntelliJ project files
  64. /.idea/
  65. *.xcodeproj
  66. *.xcworkspace
  67. # make dist output
  68. libuv-*.tar.*