.gitignore 463 B

12345678910111213141516171819202122232425262728293031323334353637
  1. *.log
  2. *.sdf
  3. *.suo
  4. *.opensdf
  5. *.opendb
  6. *.user
  7. *.i
  8. .vscode/
  9. Build/VCBuild/
  10. Build/VCBuild.NoJIT/
  11. Build/ipch/
  12. Build/.vs/
  13. build_*.log
  14. build_*.wrn
  15. build_*.err
  16. buildchk.*
  17. buildfre.*
  18. Build/swum-cache.txt
  19. BuildLinux/
  20. *.tlog/
  21. .*.swp
  22. sd.ini
  23. *.vcxproj.user
  24. test/*/*.baseline.rebase
  25. testout*
  26. *.dpl.*
  27. profile.dpl.*
  28. *.bc
  29. *.err
  30. Build/Chakra.Core.VC.opendb
  31. test/benchmarks/*.txt
  32. test/benchmarks/*.dpl
  33. CMakeCache.txt
  34. CMakeFiles
  35. CMakeScripts
  36. cmake_install.cmake
  37. install_manifest.txt