diff options
author | Russ Cox <rsc@swtch.com> | 2014-11-16 18:58:40 -0500 |
---|---|---|
committer | Russ Cox <rsc@swtch.com> | 2014-11-16 21:21:28 -0500 |
commit | 95fee1d42e537209727d9493d1ea3784a8af310a (patch) | |
tree | 0e76e924a668b6cbdd0ec889512571b1fff2127a /.gitignore | |
parent | 58d8f6c7bac88dee274d8ba47e86e56a829f0856 (diff) | |
download | plan9port-95fee1d42e537209727d9493d1ea3784a8af310a.tar.gz plan9port-95fee1d42e537209727d9493d1ea3784a8af310a.tar.bz2 plan9port-95fee1d42e537209727d9493d1ea3784a8af310a.zip |
all: update for Git
- rewrite .gitignore to use git patterns
- mv hg(1) to git(1) and rewrite
- add lib/git/commit-msg.hook
- add skeleton codereview script
- update codereview(1)
Change-Id: I061cd8e4de77ebbd6037a7c5d1582cd1d986f62f
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 38 |
1 files changed, 17 insertions, 21 deletions
@@ -1,27 +1,23 @@ -(^|/)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$ +plan9.log +plan9-reverse.log +state +state.old +state.journal +*.o +*.a +man/man?/*.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 |