[coreboot-gerrit] New patch to review for coreboot: 904ee5d gitignore: Have multiple crossgcc versions

Kyösti Mälkki (kyosti.malkki@gmail.com) gerrit at coreboot.org
Mon May 25 18:23:19 CEST 2015


Kyösti Mälkki (kyosti.malkki at gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/10292

-gerrit

commit 904ee5d1a58798ba853ace7867bf9f4281becc21
Author: Kyösti Mälkki <kyosti.malkki at gmail.com>
Date:   Mon May 25 19:18:37 2015 +0300

    gitignore: Have multiple crossgcc versions
    
    Make it so that git does not remove old copies or the symlink.
    
    Change-Id: I27be60c897d2f86cdf274480c83cbbfe38fcdf94
    Signed-off-by: Kyösti Mälkki <kyosti.malkki at gmail.com>
---
 .gitignore | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.gitignore b/.gitignore
index 0398b15..f7447b4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -30,6 +30,8 @@ util/crossgcc/Python-*/
 util/crossgcc/tarballs/
 util/crossgcc/w32api-*/
 util/crossgcc/xgcc/
+util/crossgcc/xgcc-*/
+util/crossgcc/xgcc
 site-local
 
 *.\#



More information about the coreboot-gerrit mailing list