.hgignore
author František Kučera <franta-hg@frantovo.cz>
Fri, 13 Dec 2019 22:19:39 +0100
branchv_0
changeset 10 c59363fd805b
parent 0 515a697cc9cd
permissions -rw-r--r--
support signed integers, negative numbers; binary format change: encode numbers as SLEB128
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
515a697cc9cd project skeleton
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     1
syntax: glob
515a697cc9cd project skeleton
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     2
515a697cc9cd project skeleton
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     3
*~
515a697cc9cd project skeleton
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     4
CMakeLists.txt.user
515a697cc9cd project skeleton
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     5
515a697cc9cd project skeleton
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     6
syntax: regexp
515a697cc9cd project skeleton
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     7
515a697cc9cd project skeleton
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     8
^temp/
515a697cc9cd project skeleton
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     9
515a697cc9cd project skeleton
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    10
^\.dep\.inc
515a697cc9cd project skeleton
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    11
^dist/
515a697cc9cd project skeleton
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    12
^build/
515a697cc9cd project skeleton
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    13
^nbproject/private/