Don't ignore .orig or .rej files (bug 1115707); r?smacleod draft
authorbyron jones <glob@mozilla.com>
Mon, 08 Aug 2016 13:41:12 +0800
changeset 148 879e331e126d6023e04be41cb7105a6001bb02c5
parent 147 c7d2b19d20bc2aca1dbe262c698bb12655607f84
child 149 d328b16756667e7781e4d6b9fd6abc34e26f672e
push idunknown
push userunknown
push dateunknown
reviewerssmacleod
bugs1115707
Don't ignore .orig or .rej files (bug 1115707); r?smacleod Diverge from upstream by no longer ignoring .orig and .rej files. This ensures they are cleaned up instead of hanging around confusing search results. MozReview-Commit-ID: 8aM2411rhcT
.hgignore
--- a/.hgignore
+++ b/.hgignore
@@ -8,13 +8,11 @@ djblets/docs/djblets/coderef/python
 
 reviewboard/build/
 reviewboard/dist/
 reviewboard/htdocs/static/
 reviewboard/reviewboard/static/rb/css/.*\.css$
 
 \.egg-info$
 \.mo$
-\.orig$
 \.pyc$
 \.pyo$
-\.rej$
 \.swp$