[PATCH] Add more files to .gitignore
Sascha Hauer
s.hauer at pengutronix.de
Sun Jun 26 22:59:26 PDT 2016
On Fri, Jun 24, 2016 at 09:48:08AM +0300, Alexander Shiyan wrote:
> This patch adds moder generated files to ignore list.
> ...
> shc at 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 at 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 at 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 |
More information about the barebox
mailing list