From eb6a346e455a730320955591a25e5ccbbfac2ede Mon Sep 17 00:00:00 2001
From: Korrawit Pruegsanusak <detective.conan.1412@gmail.com>
Date: Sun, 28 Aug 2011 14:45:57 +0700
Subject: [PATCH] Add build_error.log to .gitignore

---
 .gitignore |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore
index ddc5d80..1876b33 100644
--- a/.gitignore
+++ b/.gitignore
@@ -60,6 +60,7 @@
 /set_soenv.stamp
 /warn
 /build.log
+/build_error.log
 /post_download.log
 /install
 /downloaded
-- 
1.7.5.1

