diff options
author | Russ Cox <rsc@golang.org> | 2014-11-10 23:49:47 -0500 |
---|---|---|
committer | Russ Cox <rsc@golang.org> | 2014-11-10 23:49:47 -0500 |
commit | 4bd5168c6fdcfe3f860181e8bea042e2787a137b (patch) | |
tree | bb42763c6d6c16f1a23c1de8728e3be911e9b664 /.hgignore | |
parent | de00349cf7d2cf9d005ea5d6a7df67697d5107a7 (diff) | |
download | plan9port-4bd5168c6fdcfe3f860181e8bea042e2787a137b.tar.gz plan9port-4bd5168c6fdcfe3f860181e8bea042e2787a137b.tar.bz2 plan9port-4bd5168c6fdcfe3f860181e8bea042e2787a137b.zip |
Convert .hgignore to .gitignore.
Diffstat (limited to '.hgignore')
-rw-r--r-- | .hgignore | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/.hgignore b/.hgignore deleted file mode 100644 index ae8348cb..00000000 --- a/.hgignore +++ /dev/null @@ -1,27 +0,0 @@ -(^|/)CVS($|/) -(^|/)\.hg($|/) -(^|/)\.hgtags($|/) -^plan9.log$ -^plan9-reverse.log$ -^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/ -^dict/ -^postscript/font/ -\.orig$ -config -install.log -install.sum -last-change -lib/codereview/codereview.pyc -src/cmd/awk/y.output -src/cmd/devdraw/latin1.h |