.gitignore 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. # Visual Studio
  2. *_i.c
  3. *_p.c
  4. *.aps
  5. *.bak
  6. *.cache
  7. *.dll
  8. *.err
  9. *.exe
  10. *.i
  11. *.ilk
  12. *.lib
  13. *.log
  14. *.ncb
  15. *.obj
  16. *.opendb
  17. *.opensdf
  18. *.pch
  19. *.pdb
  20. *.sbr
  21. *.sdf
  22. *.suo
  23. *.tlb
  24. *.tlh
  25. *.user
  26. *.VC.db
  27. *.vcxproj.user
  28. *.vspscc
  29. *.wrn
  30. .vs/
  31. # Visual Studio Extensions
  32. *.vadbg
  33. *.args.json
  34. # Build Artifacts
  35. build_*.err
  36. build_*.log
  37. build_*.wrn
  38. Build/ipch/
  39. Build/swum-cache.txt
  40. Build/VCBuild.Lite/
  41. Build/VCBuild.NoJIT/
  42. Build/VCBuild.SWB/
  43. Build/VCBuild/
  44. buildchk.*
  45. buildfre.*
  46. out/
  47. _DROP/
  48. # Generated Files
  49. *.bc
  50. *.dpl.*
  51. *.nupkg
  52. *.pyc
  53. *.tlog/
  54. /test/_ttdlog/*
  55. ComputedEnvironment.cmd
  56. packages/
  57. profile.dpl.*
  58. sd.ini
  59. test/*/*.baseline.rebase
  60. test/benchmarks/*.dpl
  61. test/benchmarks/*.txt
  62. testout*
  63. packages.config
  64. lib/wabt/built/
  65. # CMake Files
  66. cmake_install.cmake
  67. CMakeCache.txt
  68. CMakeFiles
  69. CMakeScripts
  70. install_manifest.txt
  71. # xcode
  72. *.xcodeproj
  73. *.xcworkspace
  74. # ICU
  75. deps/Chakra.ICU/Chakra.ICU.props
  76. deps/Chakra.ICU/icu
  77. # VIM
  78. .*.swo
  79. .*.swp
  80. tags
  81. # VS Code
  82. .vscode/
  83. # additional *nix generated files
  84. *.a
  85. *.gch
  86. *.o
  87. *.so
  88. *.dylib
  89. Makefile
  90. pal/src/config.h
  91. DbgController.js.h
  92. lib/wabt/built/config.h
  93. # Generated by other tools
  94. *.lldb.cmd
  95. *.orig
  96. .DS_Store
  97. android-toolchain-arm/
  98. cc-toolchain/
  99. /TraceOutput.txt
  100. Build/VcBuild
  101. Build/VcBuild.NoJIT
  102. Build/VcBuild.SWB