.hgignore
author Mads Kiilerich <madski@unity3d.com>
Tue, 15 Jan 2013 20:54:57 +0100
branchstable
changeset 1199 b9f44c378e62
parent 450 86c17b3e9100
permissions -rw-r--r--
serve: don't send any content headers with 304 responses Fixes HTTP protocol violation introduced in cf5c76017e11. 'hg serve' would show a stacktrace when loading pages that not had been modified. There was test coverage for this, but the wrong response headers wasn't shown and thus not detected. [ original upstream message ]

syntax: glob

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

build/*
MANIFEST