Message ID | AANLkTinG9qw=s-U4JrrmPRrYYw3iWLvQqGJ6np8RoXy8@mail.gmail.com |
---|---|
State | New |
Headers | show |
On Fri, Jul 23, 2010 at 02:59:52PM +0900, Jun Koi wrote: > we have "make cscope", therefore that makes sense to have cscope.* in > .gitignore. > > Signed-off-by: Jun Koi <junkoi2004@gmail.com> > Thanks, applied. > > diff --git a/.gitignore b/.gitignore > index a32b7c4..ec6f89f 100644 > --- a/.gitignore > +++ b/.gitignore > @@ -53,3 +53,4 @@ pc-bios/optionrom/linuxboot.bin > pc-bios/optionrom/multiboot.bin > pc-bios/optionrom/multiboot.raw > .stgit-* > +cscope.* > >
diff --git a/.gitignore b/.gitignore index a32b7c4..ec6f89f 100644 --- a/.gitignore +++ b/.gitignore @@ -53,3 +53,4 @@ pc-bios/optionrom/linuxboot.bin pc-bios/optionrom/multiboot.bin pc-bios/optionrom/multiboot.raw .stgit-* +cscope.*
we have "make cscope", therefore that makes sense to have cscope.* in .gitignore. Signed-off-by: Jun Koi <junkoi2004@gmail.com>