diff options
author | Russ Cox <rsc@swtch.com> | 2007-11-27 15:38:52 -0500 |
---|---|---|
committer | Russ Cox <rsc@swtch.com> | 2007-11-27 15:38:52 -0500 |
commit | 00a8743cd85fcb605a06382387ac526e7fe8bf36 (patch) | |
tree | fe7e348546e58ad36d6298e667fdce655bca9a16 /.hgignore | |
parent | e0e75ef7f4bafe7d02576973c912eac99874e141 (diff) | |
download | plan9port-00a8743cd85fcb605a06382387ac526e7fe8bf36.tar.gz plan9port-00a8743cd85fcb605a06382387ac526e7fe8bf36.tar.bz2 plan9port-00a8743cd85fcb605a06382387ac526e7fe8bf36.zip |
.hgignore: ignore more
Diffstat (limited to '.hgignore')
-rw-r--r-- | .hgignore | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -6,3 +6,12 @@ ^state$ ^state.old$ ^state.journal$ +\.o$ +\.a$ +^man/man[0-9]+/.*\.html$ +^src/.*/o\.[^/]+$ +y.tab.[ch]$ +^src/cmd/rc/x.tab.h$ +^unix/.*\.tgz$ +^bin/ +^log/ |