diff options
author | 2012-03-31 13:32:21 +0000 | |
---|---|---|
committer | 2012-03-31 13:32:21 +0000 | |
commit | 694daf97c3b117eca6d88309b3d268457a80887a (patch) | |
tree | d7479882377c71ffd42b04a9c1ec88c7542bf8bc | |
parent | Expand the panic to show the malloc type and size. Okay deraadt@. (diff) | |
download | wireguard-openbsd-694daf97c3b117eca6d88309b3d268457a80887a.tar.xz wireguard-openbsd-694daf97c3b117eca6d88309b3d268457a80887a.zip |
sync cvsignore patterns. ok sthen@
-rw-r--r-- | gnu/usr.bin/cvs/doc/cvs.texinfo | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/usr.bin/cvs/doc/cvs.texinfo b/gnu/usr.bin/cvs/doc/cvs.texinfo index 82ccea04793..bc9ebacba4b 100644 --- a/gnu/usr.bin/cvs/doc/cvs.texinfo +++ b/gnu/usr.bin/cvs/doc/cvs.texinfo @@ -12363,14 +12363,14 @@ patterns is: @cindex Automatically ignored files @example RCS SCCS CVS CVS.adm - RCSLOG cvslog.* + RCSLOG cvslog.* .git tags TAGS - .make.state .nse_depinfo + .make.state .nse_depinfo .*.swp *~ #* .#* ,* _$* *$ *.old *.bak *.BAK *.orig *.rej .del-* *.a *.olb *.o *.obj *.so *.exe - *.Z *.elc *.ln - core + *.Z *.elc *.ln *.depend + *.core @end example @item |