.hgignore
author František Kučera <franta-hg@frantovo.cz>
Sun, 25 Apr 2021 19:26:43 +0200
branchv_0
changeset 90 59d12eee189f
parent 89 25a11859975b
child 92 cf4971342380
permissions -rw-r--r--
streamlet examples: QR: value-pattern option e.g. --option value-pattern "urn:uuid:.*" will look for QR codes containing URIs like „urn:uuid:c3e98a0d-97cf-4348-b46e-2bbb115ceea3“
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
467d09b62a12 project skeleton
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     1
syntax: glob
467d09b62a12 project skeleton
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     2
467d09b62a12 project skeleton
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     3
*~
11
f12594938a03 netbeans project + .hgignore updates
František Kučera <franta-hg@frantovo.cz>
parents: 0
diff changeset
     4
CMakeLists.txt.user
72
f7b9db6fc32b streamlet examples: dirty implementation of Java helper classes + demo code
František Kučera <franta-hg@frantovo.cz>
parents: 63
diff changeset
     5
*.class
0
467d09b62a12 project skeleton
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     6
467d09b62a12 project skeleton
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     7
syntax: regexp
467d09b62a12 project skeleton
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     8
467d09b62a12 project skeleton
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     9
^temp/
467d09b62a12 project skeleton
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    10
467d09b62a12 project skeleton
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    11
^\.dep\.inc
467d09b62a12 project skeleton
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    12
^dist/
467d09b62a12 project skeleton
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    13
^build/
467d09b62a12 project skeleton
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    14
^nbproject/private/
63
8c6885543e2c streamlet examples: common functions in C/C++
František Kučera <franta-hg@frantovo.cz>
parents: 11
diff changeset
    15
89
25a11859975b streamlet examples: QR: rename qr to qr-decode + simplify Makefile
František Kučera <franta-hg@frantovo.cz>
parents: 86
diff changeset
    16
^streamlet-examples/(xpath|pid|qr-decode|jar_info|zip_info)$