* [PATCH 1/2] make .gitignore files visible to git
@ 2014-06-06 19:08 Antony Pavlov
2014-06-06 19:08 ` [PATCH 2/2] MIPS: dts: add .gitignore for generated files Antony Pavlov
2014-06-10 7:09 ` [PATCH 1/2] make .gitignore files visible to git Sascha Hauer
0 siblings, 2 replies; 3+ messages in thread
From: Antony Pavlov @ 2014-06-06 19:08 UTC (permalink / raw)
To: barebox
Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
---
.gitignore | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/.gitignore b/.gitignore
index 5555e15..28f319a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -52,6 +52,11 @@ Module.symvers
barebox_default_env*
#
+# git files that we don't want to ignore even it they are dot-files
+#
+!.gitignore
+
+#
# Generated include files
#
include/asm
--
1.9.2
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH 2/2] MIPS: dts: add .gitignore for generated files
2014-06-06 19:08 [PATCH 1/2] make .gitignore files visible to git Antony Pavlov
@ 2014-06-06 19:08 ` Antony Pavlov
2014-06-10 7:09 ` [PATCH 1/2] make .gitignore files visible to git Sascha Hauer
1 sibling, 0 replies; 3+ messages in thread
From: Antony Pavlov @ 2014-06-06 19:08 UTC (permalink / raw)
To: barebox
Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
---
arch/mips/dts/.gitignore | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/mips/dts/.gitignore b/arch/mips/dts/.gitignore
new file mode 100644
index 0000000..077903c
--- /dev/null
+++ b/arch/mips/dts/.gitignore
@@ -0,0 +1 @@
+*dtb*
--
1.9.2
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH 1/2] make .gitignore files visible to git
2014-06-06 19:08 [PATCH 1/2] make .gitignore files visible to git Antony Pavlov
2014-06-06 19:08 ` [PATCH 2/2] MIPS: dts: add .gitignore for generated files Antony Pavlov
@ 2014-06-10 7:09 ` Sascha Hauer
1 sibling, 0 replies; 3+ messages in thread
From: Sascha Hauer @ 2014-06-10 7:09 UTC (permalink / raw)
To: Antony Pavlov; +Cc: barebox
On Fri, Jun 06, 2014 at 11:08:09PM +0400, Antony Pavlov wrote:
> Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
Applied both, thanks
Sascha
> ---
> .gitignore | 5 +++++
> 1 file changed, 5 insertions(+)
>
> diff --git a/.gitignore b/.gitignore
> index 5555e15..28f319a 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -52,6 +52,11 @@ Module.symvers
> barebox_default_env*
>
> #
> +# git files that we don't want to ignore even it they are dot-files
> +#
> +!.gitignore
> +
> +#
> # Generated include files
> #
> include/asm
> --
> 1.9.2
>
>
> _______________________________________________
> barebox mailing list
> barebox@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/barebox
>
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-06-10 7:09 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-06 19:08 [PATCH 1/2] make .gitignore files visible to git Antony Pavlov
2014-06-06 19:08 ` [PATCH 2/2] MIPS: dts: add .gitignore for generated files Antony Pavlov
2014-06-10 7:09 ` [PATCH 1/2] make .gitignore files visible to git Sascha Hauer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox