annotate .hgignore @ 1419:f5493e5a51a3

single CMakeLists.txt for all SDL samples & unit tests + another one for all Wasm samples
author Alain Mazy <alain@mazy.be>
date Wed, 13 May 2020 12:42:52 +0200
parents 5630c2fb7b0f
children 3a79d551dd8b
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
576
529c9617654b FontRenderer
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 549
diff changeset
1 syntax: glob
529c9617654b FontRenderer
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 549
diff changeset
2 *~
529c9617654b FontRenderer
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 549
diff changeset
3 *.cpp.orig
529c9617654b FontRenderer
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 549
diff changeset
4 *.h.orig
529c9617654b FontRenderer
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 549
diff changeset
5 .vs/
529c9617654b FontRenderer
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 549
diff changeset
6 .vscode/
1403
5630c2fb7b0f cleanup + reactivate UnitTests
Alain Mazy <alain@mazy.be>
parents: 1395
diff changeset
7 build*/
576
529c9617654b FontRenderer
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 549
diff changeset
8 CMakeLists.txt.user
1419
f5493e5a51a3 single CMakeLists.txt for all SDL samples & unit tests + another one for all Wasm samples
Alain Mazy <alain@mazy.be>
parents: 1403
diff changeset
9 Deprecated/Resources/CodeGeneration/.env
f5493e5a51a3 single CMakeLists.txt for all SDL samples & unit tests + another one for all Wasm samples
Alain Mazy <alain@mazy.be>
parents: 1403
diff changeset
10 Deprecated/Resources/CodeGeneration/.idea
f5493e5a51a3 single CMakeLists.txt for all SDL samples & unit tests + another one for all Wasm samples
Alain Mazy <alain@mazy.be>
parents: 1403
diff changeset
11 Deprecated/Resources/CodeGeneration/__pycache__
f5493e5a51a3 single CMakeLists.txt for all SDL samples & unit tests + another one for all Wasm samples
Alain Mazy <alain@mazy.be>
parents: 1403
diff changeset
12 Deprecated/Resources/CodeGeneration/build/
f5493e5a51a3 single CMakeLists.txt for all SDL samples & unit tests + another one for all Wasm samples
Alain Mazy <alain@mazy.be>
parents: 1403
diff changeset
13 Deprecated/Resources/CodeGeneration/build_browser/
f5493e5a51a3 single CMakeLists.txt for all SDL samples & unit tests + another one for all Wasm samples
Alain Mazy <alain@mazy.be>
parents: 1403
diff changeset
14 Deprecated/Resources/CodeGeneration/testCppHandler/build/
f5493e5a51a3 single CMakeLists.txt for all SDL samples & unit tests + another one for all Wasm samples
Alain Mazy <alain@mazy.be>
parents: 1403
diff changeset
15 Deprecated/Resources/CodeGeneration/testCppHandler/build_msbuild/
f5493e5a51a3 single CMakeLists.txt for all SDL samples & unit tests + another one for all Wasm samples
Alain Mazy <alain@mazy.be>
parents: 1403
diff changeset
16 Deprecated/Resources/CodeGeneration/testWasmIntegrated/build-final/
f5493e5a51a3 single CMakeLists.txt for all SDL samples & unit tests + another one for all Wasm samples
Alain Mazy <alain@mazy.be>
parents: 1403
diff changeset
17 Deprecated/Resources/CodeGeneration/testWasmIntegrated/build-tsc/
f5493e5a51a3 single CMakeLists.txt for all SDL samples & unit tests + another one for all Wasm samples
Alain Mazy <alain@mazy.be>
parents: 1403
diff changeset
18 Deprecated/Resources/CodeGeneration/testWasmIntegrated/build-wasm/
1350
c53a4667f895 Sample paths have been adapted
Benjamin Golinvaux <bgo@osimis.io>
parents: 980
diff changeset
19 Samples/WebAssembly/*/ThirdPartyDownloads/
1419
f5493e5a51a3 single CMakeLists.txt for all SDL samples & unit tests + another one for all Wasm samples
Alain Mazy <alain@mazy.be>
parents: 1403
diff changeset
20 Samples/WebAssembly/ThirdPartyDownloads/
1367
fd2d848c0d6d ignores
Benjamin Golinvaux <bgo@osimis.io>
parents: 1357
diff changeset
21 Samples/WebAssembly/*/out
1357
0dc5b8a4b3a0 hgignore
Benjamin Golinvaux <bgo@osimis.io>
parents: 1350
diff changeset
22 Samples/Sdl/*/ThirdPartyDownloads/
1419
f5493e5a51a3 single CMakeLists.txt for all SDL samples & unit tests + another one for all Wasm samples
Alain Mazy <alain@mazy.be>
parents: 1403
diff changeset
23 Samples/Sdl/ThirdPartyDownloads/
1367
fd2d848c0d6d ignores
Benjamin Golinvaux <bgo@osimis.io>
parents: 1357
diff changeset
24 Samples/Sdl/*/out
1395
62dc0d737e7b build script for wasm sample + updated instructions + fixed Sdl sample for Orthanc listening on other ports that 8042
Alain Mazy <alain@mazy.be>
parents: 1367
diff changeset
25 Samples/Sdl/build*/
1350
c53a4667f895 Sample paths have been adapted
Benjamin Golinvaux <bgo@osimis.io>
parents: 980
diff changeset
26 Samples/Deprecated/Sdl/ThirdPartyDownloads/
c53a4667f895 Sample paths have been adapted
Benjamin Golinvaux <bgo@osimis.io>
parents: 980
diff changeset
27 Samples/Deprecated/Sdl/CMakeLists.txt.orig
c53a4667f895 Sample paths have been adapted
Benjamin Golinvaux <bgo@osimis.io>
parents: 980
diff changeset
28 Samples/Deprecated/Qt/ThirdPartyDownloads/
c53a4667f895 Sample paths have been adapted
Benjamin Golinvaux <bgo@osimis.io>
parents: 980
diff changeset
29 Samples/Deprecated/WebAssembly/build/
c53a4667f895 Sample paths have been adapted
Benjamin Golinvaux <bgo@osimis.io>
parents: 980
diff changeset
30 Samples/Deprecated/WebAssembly/ThirdPartyDownloads/
c53a4667f895 Sample paths have been adapted
Benjamin Golinvaux <bgo@osimis.io>
parents: 980
diff changeset
31 Samples/Deprecated/WebAssembly/installDir/
1403
5630c2fb7b0f cleanup + reactivate UnitTests
Alain Mazy <alain@mazy.be>
parents: 1395
diff changeset
32 UnitTestsSources/ThirdPartyDownloads/
1350
c53a4667f895 Sample paths have been adapted
Benjamin Golinvaux <bgo@osimis.io>
parents: 980
diff changeset
33 node_modules/
549
1d9deb4ee84c Added RTSTRUCT demo viewer based on captain + fix in dev.h (wrong override signature)
Benjamin Golinvaux <bgo@osimis.io>
parents: 521
diff changeset
34