.gitignore 1.1 KB

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