.hgignore
author Edouard Gomez <ed.gomez@free.fr>
Thu, 01 Sep 2005 07:41:32 -0700
changeset 1185 2ae9c319e6fe
parent 981 4f81068ed8cd
child 1270 fc3b41570082
permissions -rw-r--r--
Output Content-encoding for tar.gz and tar.bz2 snapshots If the HTTP header 'Content-encoding' is missing for tar.gz snapshots, some gzip capable proxies can bork the tarball and serve unusable files to users. GZ tarballs are served using Content-encoding: gzip. BZ2 tarballs are served using Content-encoding: x-bzip2.

\.elc$
\.orig$
\.rej$
~$
\.so$
\.pyc$
\.swp$
\.prof$
^tests/.*\.err$
^build/
^dist/
^doc/.*\.[0-9](\.(x|ht)ml)?$
^MANIFEST$
^\.pc/
^patches/
^mercurial/__version__.py$