diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..ae8348cb --- /dev/null +++ b/.gitignore @@ -0,0 +1,27 @@ +(^|/)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 |
