Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1702187 > unrolled thread
| Started by | Bartosz Golaszewski <brgl@bgdev.pl> |
|---|---|
| First post | 2017-08-02 17:10 +0200 |
| Last post | 2017-08-04 15:50 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH] mips: gitignore: ignore generated .c files Bartosz Golaszewski <brgl@bgdev.pl> - 2017-08-02 17:10 +0200
Re: [PATCH] mips: gitignore: ignore generated .c files James Hogan <james.hogan@imgtec.com> - 2017-08-04 15:50 +0200
| From | Bartosz Golaszewski <brgl@bgdev.pl> |
|---|---|
| Date | 2017-08-02 17:10 +0200 |
| Subject | [PATCH] mips: gitignore: ignore generated .c files |
| Message-ID | <ua3rA-33X-35@gated-at.bofh.it> |
Add ashldi3.c and bswapsi.c to the list of ignored files. Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl> --- arch/mips/boot/compressed/.gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 arch/mips/boot/compressed/.gitignore diff --git a/arch/mips/boot/compressed/.gitignore b/arch/mips/boot/compressed/.gitignore new file mode 100644 index 000000000000..ebae133f1d00 --- /dev/null +++ b/arch/mips/boot/compressed/.gitignore @@ -0,0 +1,2 @@ +ashldi3.c +bswapsi.c -- 2.13.2
[toc] | [next] | [standalone]
| From | James Hogan <james.hogan@imgtec.com> |
|---|---|
| Date | 2017-08-04 15:50 +0200 |
| Message-ID | <uaL9g-7DN-25@gated-at.bofh.it> |
| In reply to | #1702187 |
[Multipart message — attachments visible in raw view] — view raw
On Wed, Aug 02, 2017 at 05:04:04PM +0200, Bartosz Golaszewski wrote: > Add ashldi3.c and bswapsi.c to the list of ignored files. > > Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl> Reviewed-by: James Hogan <james.hogan@imgtec.com> Cheers James > --- > arch/mips/boot/compressed/.gitignore | 2 ++ > 1 file changed, 2 insertions(+) > create mode 100644 arch/mips/boot/compressed/.gitignore > > diff --git a/arch/mips/boot/compressed/.gitignore b/arch/mips/boot/compressed/.gitignore > new file mode 100644 > index 000000000000..ebae133f1d00 > --- /dev/null > +++ b/arch/mips/boot/compressed/.gitignore > @@ -0,0 +1,2 @@ > +ashldi3.c > +bswapsi.c > -- > 2.13.2 > >
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web