Skip to content

Commit

Permalink
Add more files to .gitignore
Browse files Browse the repository at this point in the history
This patch adds more 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 <[email protected]>
Signed-off-by: Sascha Hauer <[email protected]>
  • Loading branch information
shcgit authored and saschahauer committed Jul 5, 2016
1 parent c4fa1cb commit 341aca3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions common/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
module.lds
barebox_default_env*
1 change: 1 addition & 0 deletions include/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
asm
/config.h
1 change: 1 addition & 0 deletions scripts/basic/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
docproc
fixdep

0 comments on commit 341aca3

Please sign in to comment.