annotate .hgignore @ 4020:320cde762fd9

collect private creators from the C-Find query itself; use DefaultPrivateCreator otherwise
author Alain Mazy <alain@mazy.be>
date Tue, 09 Jun 2020 11:37:35 +0200
parents a4c0ae644fe5
children 33f8e180edcf
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2259
8233c92b8226 added hgignore
amazy
parents:
diff changeset
1 syntax: glob
2699
52217dc47a4e new image/pam MIME TYPE supported in /instances/../frames/../image-uint8... routes
am@osimis.io
parents: 2259
diff changeset
2 ThirdPartyDownloads/
52217dc47a4e new image/pam MIME TYPE supported in /instances/../frames/../image-uint8... routes
am@osimis.io
parents: 2259
diff changeset
3 CMakeLists.txt.user
52217dc47a4e new image/pam MIME TYPE supported in /instances/../frames/../image-uint8... routes
am@osimis.io
parents: 2259
diff changeset
4 *.cpp.orig
52217dc47a4e new image/pam MIME TYPE supported in /instances/../frames/../image-uint8... routes
am@osimis.io
parents: 2259
diff changeset
5 *.h.orig
3102
9b18c8d4d459 'fix' for Orthanc issue 21: added a select file button + a warning specific for Firefox users
Alain Mazy <alain@mazy.be>
parents: 2699
diff changeset
6 .vs/
3327
0f17fd02d401 hgignore
Alain Mazy <alain@mazy.be>
parents: 3217
diff changeset
7 .vscode/
3217
cf8cbeb35f33 preliminary support of Korean character set
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3102
diff changeset
8 *~
3897
a4c0ae644fe5 hgignore for VSCode
Alain Mazy <alain@mazy.be>
parents: 3327
diff changeset
9
a4c0ae644fe5 hgignore for VSCode
Alain Mazy <alain@mazy.be>
parents: 3327
diff changeset
10 # when opening Orthanc in VSCode, it might find a java project and create files we wan't to ignore:
a4c0ae644fe5 hgignore for VSCode
Alain Mazy <alain@mazy.be>
parents: 3327
diff changeset
11 .settings/
a4c0ae644fe5 hgignore for VSCode
Alain Mazy <alain@mazy.be>
parents: 3327
diff changeset
12 .classpath
a4c0ae644fe5 hgignore for VSCode
Alain Mazy <alain@mazy.be>
parents: 3327
diff changeset
13 .project
a4c0ae644fe5 hgignore for VSCode
Alain Mazy <alain@mazy.be>
parents: 3327
diff changeset
14 Resources/Testing/Issue32/Java/bin
a4c0ae644fe5 hgignore for VSCode
Alain Mazy <alain@mazy.be>
parents: 3327
diff changeset
15 Resources/Testing/Issue32/Java/target