* [PATCH] Add more files to .gitignore
@ 2016-06-24 6:48 Alexander Shiyan
2016-06-27 5:59 ` Sascha Hauer
2016-06-27 13:06 ` Holger Schurig
0 siblings, 2 replies; 3+ messages in thread
From: Alexander Shiyan @ 2016-06-24 6:48 UTC (permalink / raw)
To: barebox
This patch adds moder generated files to ignore list.
...
shc@shc /home/git/barebox-github $ git status
На ветке imx51
Неотслеживаемые файлы:
(используйте «git add <файл>…», чтобы добавить в то, что будет включено в коммит)
common/barebox_default_env
common/barebox_default_env.h
include/asm
scripts/basic/docproc
ничего не добавлено в коммит, но есть неотслеживаемые файлы (используйте "git add", чтобы отслеживать их)
Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
---
common/.gitignore | 1 +
include/.gitignore | 1 +
scripts/basic/.gitignore | 1 +
3 files changed, 3 insertions(+)
diff --git a/common/.gitignore b/common/.gitignore
index 3d71b7e..8e0d6c1 100644
--- a/common/.gitignore
+++ b/common/.gitignore
@@ -1 +1,2 @@
module.lds
+barebox_default_env*
diff --git a/include/.gitignore b/include/.gitignore
index 18e58a7..f28372a 100644
--- a/include/.gitignore
+++ b/include/.gitignore
@@ -1 +1,2 @@
+asm
/config.h
diff --git a/scripts/basic/.gitignore b/scripts/basic/.gitignore
index a776371..dc24f5f 100644
--- a/scripts/basic/.gitignore
+++ b/scripts/basic/.gitignore
@@ -1 +1,2 @@
+docproc
fixdep
--
2.4.9
_______________________________________________
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] Add more files to .gitignore
2016-06-24 6:48 [PATCH] Add more files to .gitignore Alexander Shiyan
@ 2016-06-27 5:59 ` Sascha Hauer
2016-06-27 13:06 ` Holger Schurig
1 sibling, 0 replies; 3+ messages in thread
From: Sascha Hauer @ 2016-06-27 5:59 UTC (permalink / raw)
To: Alexander Shiyan; +Cc: barebox
On Fri, Jun 24, 2016 at 09:48:08AM +0300, Alexander Shiyan wrote:
> This patch adds moder generated files to ignore list.
> ...
> shc@shc /home/git/barebox-github $ git status
> На ветке imx51
> Неотслеживаемые файлы:
> (используйте «git add <файл>…», чтобы добавить в то, что будет включено в коммит)
>
> common/barebox_default_env
> common/barebox_default_env.h
> include/asm
> scripts/basic/docproc
>
> ничего не добавлено в коммит, но есть неотслеживаемые файлы (используйте "git add", чтобы отслеживать их)
>
> Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Applied, thanks
Sascha
> ---
> common/.gitignore | 1 +
> include/.gitignore | 1 +
> scripts/basic/.gitignore | 1 +
> 3 files changed, 3 insertions(+)
>
> diff --git a/common/.gitignore b/common/.gitignore
> index 3d71b7e..8e0d6c1 100644
> --- a/common/.gitignore
> +++ b/common/.gitignore
> @@ -1 +1,2 @@
> module.lds
> +barebox_default_env*
> diff --git a/include/.gitignore b/include/.gitignore
> index 18e58a7..f28372a 100644
> --- a/include/.gitignore
> +++ b/include/.gitignore
> @@ -1 +1,2 @@
> +asm
> /config.h
> diff --git a/scripts/basic/.gitignore b/scripts/basic/.gitignore
> index a776371..dc24f5f 100644
> --- a/scripts/basic/.gitignore
> +++ b/scripts/basic/.gitignore
> @@ -1 +1,2 @@
> +docproc
> fixdep
> --
> 2.4.9
>
>
> _______________________________________________
> 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
* Re: [PATCH] Add more files to .gitignore
2016-06-24 6:48 [PATCH] Add more files to .gitignore Alexander Shiyan
2016-06-27 5:59 ` Sascha Hauer
@ 2016-06-27 13:06 ` Holger Schurig
1 sibling, 0 replies; 3+ messages in thread
From: Holger Schurig @ 2016-06-27 13:06 UTC (permalink / raw)
To: Alexander Shiyan, barebox
> shc@shc /home/git/barebox-github $ git status
> На ветке imx51
> Неотслеживаемые файлы:
> (используйте «git add <файл>…», чтобы добавить в то, что будет
> включено в коммит)
export LC_ALL=C; git status
... for those people that aren't as fluent in russian as you :-)
_______________________________________________
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:[~2016-06-27 13:06 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-24 6:48 [PATCH] Add more files to .gitignore Alexander Shiyan
2016-06-27 5:59 ` Sascha Hauer
2016-06-27 13:06 ` Holger Schurig
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox