.gitignore 698 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. *.swp
  2. *.[oa]
  3. *.l[oa]
  4. *.opensdf
  5. *.orig
  6. *.pyc
  7. *.sdf
  8. *.suo
  9. core
  10. vgcore.*
  11. .buildstamp
  12. .dirstamp
  13. .deps/
  14. /.libs/
  15. /aclocal.m4
  16. /ar-lib
  17. /autom4te.cache/
  18. /compile
  19. /config.guess
  20. /config.log
  21. /config.status
  22. /config.sub
  23. /configure
  24. /depcomp
  25. /install-sh
  26. /libtool
  27. /libuv.a
  28. /libuv.dylib
  29. /libuv.pc
  30. /libuv.so
  31. /ltmain.sh
  32. /missing
  33. /test-driver
  34. Makefile
  35. Makefile.in
  36. # Generated by dtrace(1) when doing an in-tree build.
  37. /include/uv-dtrace.h
  38. # Generated by gyp for android
  39. *.target.mk
  40. /out/
  41. #/build/gyp
  42. /run-tests
  43. /run-tests.exe
  44. /run-tests.dSYM
  45. /run-benchmarks
  46. /run-benchmarks.exe
  47. /run-benchmarks.dSYM
  48. *.sln
  49. *.vcproj
  50. *.vcxproj
  51. *.vcxproj.filters
  52. *.vcxproj.user
  53. _UpgradeReport_Files/
  54. UpgradeLog*.XML
  55. Debug
  56. Release
  57. ipch