.hgignore
author Thomas Arendsen Hein <thomas@intevation.de>
Sat, 22 Oct 2011 23:21:38 +0200
branchstable
changeset 996 dadecc4f3341
parent 450 86c17b3e9100
permissions -rw-r--r--
run-tests: make sure no_proxy/NO_PROXY are empty to fix test-http-proxy.t If no_proxy (or NO_PROXY) includes localhost, the test for detecting an unreachable proxy fails, because the proxy setting is ignored. [ original upstream message ]

syntax: glob

*.pyc
*.pyo
*~
*.swp
*.orig
*.rej
.DS_Store

build/*
MANIFEST