.gitignore 411 B

12345678910111213141516171819202122232425262728293031323334353637
  1. *.swp
  2. *.[oa]
  3. *.l[oa]
  4. *.opensdf
  5. *.orig
  6. *.sdf
  7. *.suo
  8. core
  9. vgcore.*
  10. .buildstamp
  11. /libuv.so
  12. /libuv.dylib
  13. # Generated by dtrace(1) when doing an in-tree build.
  14. /src/unix/uv-dtrace.h
  15. /out/
  16. /build/gyp
  17. /run-tests
  18. /run-tests.exe
  19. /run-tests.dSYM
  20. /run-benchmarks
  21. /run-benchmarks.exe
  22. /run-benchmarks.dSYM
  23. *.sln
  24. *.vcproj
  25. *.vcxproj
  26. *.vcxproj.filters
  27. *.vcxproj.user
  28. _UpgradeReport_Files/
  29. UpgradeLog*.XML
  30. Debug
  31. Release
  32. ipch