summaryrefslogtreecommitdiff
path: root/.hgignore
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2011-01-24 14:14:26 -0500
committerRuss Cox <rsc@golang.org>2011-01-24 14:14:26 -0500
commit258a502cd91647a26631bae6d188fdadb3ea18e7 (patch)
treebfa1736d091f0c87d9280393d96639be6b9aa122 /.hgignore
parent80f8754a01d76caa16f5f9f38859aff455924784 (diff)
downloadgo-258a502cd91647a26631bae6d188fdadb3ea18e7.tar.gz
codereview: handle file patterns better
If a file pattern is given and matches files that look like they need to be hg added or hg removed, offer to do so. If a file pattern is given and matches files in another CL, warn. If a file pattern doesn't match anything, point that out. Vet first line of CL description. Fixes issue 972. R=adg, niemeyer CC=bradfitzgo, golang-dev http://codereview.appspot.com/4099042
Diffstat (limited to '.hgignore')
-rw-r--r--.hgignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.hgignore b/.hgignore
index 2d037467a..283956481 100644
--- a/.hgignore
+++ b/.hgignore
@@ -11,6 +11,7 @@ syntax:glob
[568a].out
*~
*.orig
+*.rej
*.exe
.*.swp
core