From fe0b4c591602355c7219a1e3240bf396907417be Mon Sep 17 00:00:00 2001 From: Cristian Măgherușan-Stanciu Date: Tue, 7 Jun 2011 14:55:40 +0200 Subject: Add basic .gitignore MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ignore directories created by abuild, jenkins, payloads and crossgcc. Change-Id: I7d4145fc1e54a10ffdc4b884d8b8f0ae53e615c6 Signed-off-by: Cristian Măgherușan-Stanciu Signed-off-by: Peter Stuge Reviewed-on: http://review.coreboot.org/10 Tested-by: build bot (Jenkins) --- .gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000000..78f083ca7b --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +.config +.config.old +.xcompile +build/ +coreboot-builds/ +payloads/external/FILO/filo/ +payloads/external/SeaBIOS/seabios/ +util/crossgcc/tarballs/ +util/crossgcc/xgcc/ -- cgit v1.2.3