[PATCH] ppc: boards: add barebox.lds to .gitignore

Antony Pavlov antonynpavlov at gmail.com
Sun May 12 15:37:10 EDT 2013


Without this patch after compiling barebox
for a PowerPC board we have 'git status'
output looking like this:

  # Untracked files:
  #   (use "git add <file>..." to include in what will be committed)
  #
  #       arch/ppc/boards/pcm030/barebox.lds

Signed-off-by: Antony Pavlov <antonynpavlov at gmail.com>
---
 arch/ppc/boards/.gitignore |    1 +
 1 file changed, 1 insertion(+)
 create mode 100644 arch/ppc/boards/.gitignore

diff --git a/arch/ppc/boards/.gitignore b/arch/ppc/boards/.gitignore
new file mode 100644
index 0000000..d116578
--- /dev/null
+++ b/arch/ppc/boards/.gitignore
@@ -0,0 +1 @@
+barebox.lds
-- 
1.7.10.4




More information about the barebox mailing list