Skip to content
This repository has been archived by the owner on Oct 15, 2020. It is now read-only.

Commit

Permalink
[Merge chakra-core/ChakraCore@42789b26e3] Skip 1.6 commit
Browse files Browse the repository at this point in the history
  • Loading branch information
chakrabot committed Nov 13, 2017
1 parent ea40e0b commit c6863c0
Show file tree
Hide file tree
Showing 37 changed files with 14,561 additions and 14,561 deletions.
22 changes: 11 additions & 11 deletions deps/chakrashim/core/.gitattributes
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
*.baseline -crlf
*.cmd -crlf
test/**/*.js -crlf
test/es6/HTMLComments.js binary diff=cpp
*.wasm binary
*.cpp text eol=lf diff=cpp
*.h text eol=lf diff=cpp
*.inl text eol=lf diff=cpp
*.vcproj text eol=crlf diff=xml
*.vcxproj text eol=crlf diff=xml
*.sln text eol=crlf diff=xml
*.baseline -crlf
*.cmd -crlf
test/**/*.js -crlf
test/es6/HTMLComments.js binary diff=cpp
*.wasm binary
*.cpp text eol=lf diff=cpp
*.h text eol=lf diff=cpp
*.inl text eol=lf diff=cpp
*.vcproj text eol=crlf diff=xml
*.vcxproj text eol=crlf diff=xml
*.sln text eol=crlf diff=xml
218 changes: 109 additions & 109 deletions deps/chakrashim/core/.gitignore
Original file line number Diff line number Diff line change
@@ -1,109 +1,109 @@
# Visual Studio
*_i.c
*_p.c
*.aps
*.bak
*.cache
*.dll
*.err
*.exe
*.i
*.ilk
*.lib
*.log
*.ncb
*.obj
*.opendb
*.opensdf
*.pch
*.pdb
*.sbr
*.sdf
*.suo
*.tlb
*.tlh
*.user
*.VC.db
*.vcxproj.user
*.vspscc
*.wrn
.vs/

# Visual Studio Extensions
*.vadbg
*.args.json

# Build Artifacts
build_*.err
build_*.log
build_*.wrn
Build/ipch/
Build/swum-cache.txt
Build/VCBuild.NoJIT/
Build/VCBuild.SWB/
Build/VCBuild/
buildchk.*
buildfre.*
out/
_DROP/

# Generated Files
*.bc
*.dpl.*
*.nupkg
*.pyc
*.tlog/
/test/_ttdlog/*
ComputedEnvironment.cmd
packages/
profile.dpl.*
sd.ini
test/*/*.baseline.rebase
test/benchmarks/*.dpl
test/benchmarks/*.txt
testout*
packages.config
lib/wabt/built/

# CMake Files
cmake_install.cmake
CMakeCache.txt
CMakeFiles
CMakeScripts
install_manifest.txt

# xcode
*.xcodeproj
*.xcworkspace

# VIM
.*.swo
.*.swp
tags

# VS Code
.vscode/

# additional *nix generated files
*.a
*.gch
*.o
*.so
*.dylib
Makefile
pal/src/config.h
DbgController.js.h
lib/wabt/built/config.h

# Generated by other tools
*.lldb.cmd
*.orig
deps/

.DS_Store
android-toolchain-arm/
cc-toolchain/
/TraceOutput.txt
Build/VcBuild
Build/VcBuild.NoJIT
Build/VcBuild.SWB
# Visual Studio
*_i.c
*_p.c
*.aps
*.bak
*.cache
*.dll
*.err
*.exe
*.i
*.ilk
*.lib
*.log
*.ncb
*.obj
*.opendb
*.opensdf
*.pch
*.pdb
*.sbr
*.sdf
*.suo
*.tlb
*.tlh
*.user
*.VC.db
*.vcxproj.user
*.vspscc
*.wrn
.vs/

# Visual Studio Extensions
*.vadbg
*.args.json

# Build Artifacts
build_*.err
build_*.log
build_*.wrn
Build/ipch/
Build/swum-cache.txt
Build/VCBuild.NoJIT/
Build/VCBuild.SWB/
Build/VCBuild/
buildchk.*
buildfre.*
out/
_DROP/

# Generated Files
*.bc
*.dpl.*
*.nupkg
*.pyc
*.tlog/
/test/_ttdlog/*
ComputedEnvironment.cmd
packages/
profile.dpl.*
sd.ini
test/*/*.baseline.rebase
test/benchmarks/*.dpl
test/benchmarks/*.txt
testout*
packages.config
lib/wabt/built/

# CMake Files
cmake_install.cmake
CMakeCache.txt
CMakeFiles
CMakeScripts
install_manifest.txt

# xcode
*.xcodeproj
*.xcworkspace

# VIM
.*.swo
.*.swp
tags

# VS Code
.vscode/

# additional *nix generated files
*.a
*.gch
*.o
*.so
*.dylib
Makefile
pal/src/config.h
DbgController.js.h
lib/wabt/built/config.h

# Generated by other tools
*.lldb.cmd
*.orig
deps/

.DS_Store
android-toolchain-arm/
cc-toolchain/
/TraceOutput.txt
Build/VcBuild
Build/VcBuild.NoJIT
Build/VcBuild.SWB
Loading

0 comments on commit c6863c0

Please sign in to comment.