diff options
author | Matthias Schiffer <matthias@gamezock.de> | 2008-06-11 23:11:25 +0200 |
---|---|---|
committer | Matthias Schiffer <matthias@gamezock.de> | 2008-06-11 23:11:25 +0200 |
commit | 99ec36989631dd116524a5fab03f1c1977870752 (patch) | |
tree | 073e2e8e09daf6d304afdf11ae727a69ecfa2f20 /.hgignore | |
parent | cc0d762d1b58fb507903e1f390af76e6e8e44dd5 (diff) | |
download | mad-99ec36989631dd116524a5fab03f1c1977870752.tar mad-99ec36989631dd116524a5fab03f1c1977870752.zip |
Einfache TLS-Client-Verbindung implementiert
Diffstat (limited to '.hgignore')
-rw-r--r-- | .hgignore | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -4,8 +4,6 @@ syntax: regexp syntax: regexp ^\.cproject$ syntax: regexp -^autom4te\.cache$ -syntax: regexp ^config\.log$ syntax: regexp ^config\.status$ @@ -33,4 +31,7 @@ syntax: regexp syntax: regexp \.lo$ syntax: regexp -\.la$
\ No newline at end of file +\.la$ +syntax: regexp +^autom4te\.cache/ +~$ |