.hgignore
author Pierre-Yves David <pierre-yves.david@logilab.fr>
Tue, 08 Jan 2013 12:41:51 +0100
branchstable
changeset 1188 769eb1b179b5
parent 450 86c17b3e9100
permissions -rw-r--r--
branchcache: add note about cache invalidation to test-keyword.t [Should've been included in aff706b3a21c.] --Kevin Bullock <kbullock@ringworld.org> [ original upstream message ]

syntax: glob

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

build/*
MANIFEST