mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Alexander Shiyan <shc_work@mail.ru>
To: barebox@lists.infradead.org
Subject: [PATCH] Add more files to .gitignore
Date: Fri, 24 Jun 2016 09:48:08 +0300	[thread overview]
Message-ID: <1466750888-4865-1-git-send-email-shc_work@mail.ru> (raw)

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

             reply	other threads:[~2016-06-24  6:48 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-24  6:48 Alexander Shiyan [this message]
2016-06-27  5:59 ` Sascha Hauer
2016-06-27 13:06 ` Holger Schurig

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1466750888-4865-1-git-send-email-shc_work@mail.ru \
    --to=shc_work@mail.ru \
    --cc=barebox@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox