summaryrefslogtreecommitdiff
path: root/.hgignore
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2011-07-29 12:07:31 +0200
committerÉric Araujo <merwok@netwok.org>2011-07-29 12:07:31 +0200
commitdc8185ab6742ed7ca16aad042cbbd5b9fb13caec (patch)
tree3d7fee7361c675a2b5b7f60467f6180b90dd8f8d /.hgignore
parent95ae738f2bfda2b8cd4a167f4fb2bf956a2e8e02 (diff)
downloadcpython-dc8185ab6742ed7ca16aad042cbbd5b9fb13caec.tar.gz
Stop ignoring Mercurial merge conflits files (#12255).
R. David Murray and I think that it’s more useful to have these files show up in the output of “hg status”, to let the user know that some merged file have to be checked before commit. If you want to ignore these files in your clones, it’s possible to do so from another ignore file; see the bug report for directions.
Diffstat (limited to '.hgignore')
-rw-r--r--.hgignore2
1 files changed, 0 insertions, 2 deletions
diff --git a/.hgignore b/.hgignore
index 8e51254504..8c402ff3c6 100644
--- a/.hgignore
+++ b/.hgignore
@@ -45,8 +45,6 @@ libpython*.so*
*.pyo
*.pyd
*.cover
-*.orig
-*.rej
*~
Lib/lib2to3/*.pickle
Lib/test/data/*