summaryrefslogtreecommitdiffstats
path: root/.hgignore
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2011-07-28 20:45:46 (GMT)
committerÉric Araujo <merwok@netwok.org>2011-07-28 20:45:46 (GMT)
commit2f834f20615d5b69b8476aea533de549808d993f (patch)
treeaf0225d0330f195e3bd80ff53f17afae7d507de3 /.hgignore
parent5c8545bb2cc081dda2b26df48350f22891401d49 (diff)
downloadcpython-2f834f20615d5b69b8476aea533de549808d993f.zip
cpython-2f834f20615d5b69b8476aea533de549808d993f.tar.gz
cpython-2f834f20615d5b69b8476aea533de549808d993f.tar.bz2
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. I’m leaving the .gitignore file alone, as I don’t know how git users work with merges and conflicts.
Diffstat (limited to '.hgignore')
-rw-r--r--.hgignore2
1 files changed, 0 insertions, 2 deletions
diff --git a/.hgignore b/.hgignore
index f109296..b11e43c 100644
--- a/.hgignore
+++ b/.hgignore
@@ -46,8 +46,6 @@ libpython*.so*
*.pyo
*.pyd
*.cover
-*.orig
-*.rej
*~
Lib/lib2to3/*.pickle
Lib/test/data/*