.hgignore
author František Kučera <franta-hg@frantovo.cz>
Tue, 26 Feb 2019 18:19:49 +0100
branchv_0
changeset 236 a3ec71fa8e17
parent 232 4061e0c7f907
child 237 7e08730da258
permissions -rw-r--r--
Avoid reusing/rewriting the DB connection properties. There was weird random errors while testing connection to multiple DB in parallel when one of them was meta connection to same DB connection. Two kinds of exception: 1) missing password 2) „Passing DB password as CLI parameter is insecure!“
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
29df3b2e34df empty netbeans project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     1
syntax: glob
29df3b2e34df empty netbeans project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     2
29df3b2e34df empty netbeans project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     3
*~
29df3b2e34df empty netbeans project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     4
temp/*
172
dec1ba8af6c5 improved JDBC loopback driver
František Kučera <franta-hg@frantovo.cz>
parents: 153
diff changeset
     5
18
7900bb1666f6 version info: option --version
František Kučera <franta-hg@frantovo.cz>
parents: 0
diff changeset
     6
java/sql-dk/data/info/globalcode/sql/dk/version.txt
96
7ae30649b30b basic generated help
František Kučera <franta-hg@frantovo.cz>
parents: 18
diff changeset
     7
java/sql-dk/data/info/globalcode/sql/dk/help.txt
112
de0bcc3859cf Debian package: interim build script for .deb packages
František Kučera <franta-hg@frantovo.cz>
parents: 96
diff changeset
     8
184
53fb05ce504c fix imports
František Kučera <franta-hg@frantovo.cz>
parents: 172
diff changeset
     9
syntax: regexp
53fb05ce504c fix imports
František Kučera <franta-hg@frantovo.cz>
parents: 172
diff changeset
    10
186
6c6a7904b22a hgignore: more regular expressions
František Kučera <franta-hg@frantovo.cz>
parents: 184
diff changeset
    11
^java/[^/]+/dist/
6c6a7904b22a hgignore: more regular expressions
František Kučera <franta-hg@frantovo.cz>
parents: 184
diff changeset
    12
^java/[^/]+/build/
6c6a7904b22a hgignore: more regular expressions
František Kučera <franta-hg@frantovo.cz>
parents: 184
diff changeset
    13
^java/[^/]+/nbproject/private/
6c6a7904b22a hgignore: more regular expressions
František Kučera <franta-hg@frantovo.cz>
parents: 184
diff changeset
    14
232
4061e0c7f907 c++: recognize batch mode
František Kučera <franta-hg@frantovo.cz>
parents: 186
diff changeset
    15
^c\+\+/[^/]+/dist/
4061e0c7f907 c++: recognize batch mode
František Kučera <franta-hg@frantovo.cz>
parents: 186
diff changeset
    16
^c\+\+/[^/]+/build/
4061e0c7f907 c++: recognize batch mode
František Kučera <franta-hg@frantovo.cz>
parents: 186
diff changeset
    17
^c\+\+/[^/]+/nbproject/private/
4061e0c7f907 c++: recognize batch mode
František Kučera <franta-hg@frantovo.cz>
parents: 186
diff changeset
    18
184
53fb05ce504c fix imports
František Kučera <franta-hg@frantovo.cz>
parents: 172
diff changeset
    19
^distributions/debian/.*\.deb$
53fb05ce504c fix imports
František Kučera <franta-hg@frantovo.cz>
parents: 172
diff changeset
    20
^distributions/src/.*\.tar\.gz$
53fb05ce504c fix imports
František Kučera <franta-hg@frantovo.cz>
parents: 172
diff changeset
    21
53fb05ce504c fix imports
František Kučera <franta-hg@frantovo.cz>
parents: 172
diff changeset
    22
^distributions/fedora/TMP/
186
6c6a7904b22a hgignore: more regular expressions
František Kučera <franta-hg@frantovo.cz>
parents: 184
diff changeset
    23
^distributions/fedora/.*\.rpm$