From d6b0889febfce600fe56fa2fe4785a19fb84174a Mon Sep 17 00:00:00 2001 From: David Hendricks Date: Thu, 10 Jan 2013 11:32:31 -0800 Subject: add a few entries to .gitignore - Development friendly files (tags, clang_complete) - Cross-compile stuff (xgcc, tarballs) This patch was originally written by Stefan. Change-Id: I4229414c94ee04a4f38a748369c4ac90fda57aea Signed-off-by: David Hendricks Signed-off-by: Stefan Reinauer Reviewed-on: http://review.coreboot.org/2128 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer --- .gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.gitignore b/.gitignore index 259dac916b..e57e32fd38 100644 --- a/.gitignore +++ b/.gitignore @@ -28,6 +28,7 @@ util/crossgcc/Python-*/ util/crossgcc/tarballs/ util/crossgcc/w32api-*/ util/crossgcc/xgcc/ + *.\# *.bin *.debug @@ -36,6 +37,14 @@ util/crossgcc/xgcc/ *.out *.swp +# Development friendly files +tags +.clang_complete + +# Cross-compile toolkits +xgcc/ +tarballs/ + # # KDE editors create lots of backup files whenever # a file is edited, so just ignore them -- cgit v1.2.3