.gitignore 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  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.ClangCL/
  44. Build/VCBuild/
  45. buildchk.*
  46. buildfre.*
  47. out/
  48. _DROP/
  49. # Generated Files
  50. *.bc
  51. *.dpl.*
  52. *.nupkg
  53. *.pyc
  54. *.tlog/
  55. /test/_ttdlog/*
  56. ComputedEnvironment.cmd
  57. packages/
  58. profile.dpl.*
  59. sd.ini
  60. test/*/*.baseline.rebase
  61. test/benchmarks/*.dpl
  62. test/benchmarks/*.txt
  63. testout*
  64. packages.config
  65. lib/wabt/built/
  66. # CMake Files
  67. cmake_install.cmake
  68. CMakeCache.txt
  69. CMakeFiles
  70. CMakeScripts
  71. install_manifest.txt
  72. # xcode
  73. *.xcodeproj
  74. *.xcworkspace
  75. # ICU
  76. deps/Chakra.ICU/Chakra.ICU.props
  77. deps/Chakra.ICU/icu
  78. # VIM
  79. .*.swo
  80. .*.swp
  81. tags
  82. # VS Code
  83. .vscode/
  84. # additional *nix generated files
  85. *.a
  86. *.gch
  87. *.o
  88. *.so
  89. *.dylib
  90. Makefile
  91. pal/src/config.h
  92. DbgController.js.h
  93. lib/wabt/built/config.h
  94. # Generated by other tools
  95. *.lldb.cmd
  96. *.orig
  97. .DS_Store
  98. android-toolchain-arm/
  99. cc-toolchain/
  100. /TraceOutput.txt
  101. Build/VcBuild
  102. Build/VcBuild.NoJIT
  103. Build/VcBuild.SWB