From 95fee1d42e537209727d9493d1ea3784a8af310a Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Sun, 16 Nov 2014 18:58:40 -0500 Subject: 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 --- .gitignore | 38 +++++++++++++++++--------------------- 1 file changed, 17 insertions(+), 21 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index ae8348cb..8957273c 100644 --- a/.gitignore +++ b/.gitignore @@ -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 -- cgit v1.2.3