[PATCH] Add more files to .gitignore

Alexander Shiyan shc_work at mail.ru
Thu Jun 23 23:48:08 PDT 2016


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>
---
 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




More information about the barebox mailing list