view .hgignore @ 1395:62dc0d737e7b

build script for wasm sample + updated instructions + fixed Sdl sample for Orthanc listening on other ports that 8042
author Alain Mazy <alain@mazy.be>
date Wed, 29 Apr 2020 18:11:49 +0200
parents fd2d848c0d6d
children 5630c2fb7b0f
line wrap: on
line source

syntax: glob
*~
*.cpp.orig
*.h.orig
.vs/
.vscode/
Applications/Qt/archive/
Applications/Samples/Deprecated/ThirdPartyDownloads/
Applications/Samples/Deprecated/build-wasm/
Applications/Samples/Deprecated/build-web/
Applications/Samples/Deprecated/node_modules/
Applications/Samples/Deprecated/rt-viewer-demo/ThirdPartyDownloads/
Applications/Samples/Deprecated/rt-viewer-demo/build-sdl-msvc15/
Applications/Samples/Deprecated/rt-viewer-demo/build-tsc-output/
Applications/Samples/Deprecated/rt-viewer-demo/build-wasm/
Applications/Samples/Deprecated/rt-viewer-demo/build-web/
Applications/build-*
CMakeLists.txt.user
Platforms/Generic/ThirdPartyDownloads/
Resources/CodeGeneration/.env
Resources/CodeGeneration/.idea
Resources/CodeGeneration/__pycache__
Resources/CodeGeneration/build/
Resources/CodeGeneration/build_browser/
Resources/CodeGeneration/testCppHandler/build/
Resources/CodeGeneration/testCppHandler/build_msbuild/
Resources/CodeGeneration/testWasmIntegrated/build-final/
Resources/CodeGeneration/testWasmIntegrated/build-tsc/
Resources/CodeGeneration/testWasmIntegrated/build-wasm/
Resources/CommandTool/flatc-tests/basic/build/
Resources/CommandTool/protoc-tests/generated_js/
Resources/CommandTool/protoc-tests/generated_ts/
Resources/CommandTool/protoc-tests/node_modules/
Samples/WebAssembly/*/ThirdPartyDownloads/
Samples/WebAssembly/*/out
Samples/Sdl/*/ThirdPartyDownloads/
Samples/Sdl/*/out
Samples/Sdl/build*/
Samples/Deprecated/Sdl/ThirdPartyDownloads/
Samples/Deprecated/Sdl/CMakeLists.txt.orig
Samples/Deprecated/Qt/ThirdPartyDownloads/
Samples/Deprecated/WebAssembly/build/
Samples/Deprecated/WebAssembly/ThirdPartyDownloads/
Samples/Deprecated/WebAssembly/installDir/

node_modules/