.hgignore
author František Kučera <franta-hg@frantovo.cz>
Fri, 14 Dec 2018 01:26:33 +0100
branchv_0
changeset 13 df354b680b89
parent 0 a1301a106504
permissions -rw-r--r--
pass record data from C++ to Python and filtering: WHERE = record[0] == "a"
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
a1301a106504 empty cmake project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     1
syntax: glob
a1301a106504 empty cmake project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     2
a1301a106504 empty cmake project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     3
*~
a1301a106504 empty cmake project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     4
CMakeLists.txt.user
a1301a106504 empty cmake project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     5
a1301a106504 empty cmake project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     6
syntax: regexp
a1301a106504 empty cmake project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     7
a1301a106504 empty cmake project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     8
^temp/
a1301a106504 empty cmake project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     9
a1301a106504 empty cmake project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    10
^\.dep\.inc
a1301a106504 empty cmake project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    11
^dist/
a1301a106504 empty cmake project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    12
^build/
a1301a106504 empty cmake project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    13
^nbproject/private/