From 5941a61a7c40766a38dec5c10c18d8f8b1814441 Mon Sep 17 00:00:00 2001
From: Timo Ketola <timo@exertus.fi>
Date: Wed, 11 Apr 2012 23:33:49 +0000
Subject: [PATCH] Build: Ignore build tree and IDE control file

Signed-off-by: Timo Ketola <timo@exertus.fi>
---
 .gitignore | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.gitignore b/.gitignore
index 0f32fd8954..b78e2ac681 100644
--- a/.gitignore
+++ b/.gitignore
@@ -16,6 +16,9 @@
 *.patch
 *.bin
 
+# Build tree
+/build-*
+
 #
 # Top-level generic files
 #
@@ -39,6 +42,7 @@
 /u-boot.ais
 /u-boot.dtb
 /u-boot.sb
+/u-boot.geany
 
 #
 # Generated files
-- 
2.39.5