diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2015-05-25 19:18:37 +0300 |
---|---|---|
committer | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2015-05-25 21:26:02 +0200 |
commit | 83070504125a8023a24cb87c3f3184d3ad9b1d20 (patch) | |
tree | 16baff9ac236ec484aa45a985b6d0f2e04a81dfa | |
parent | 188aec06401e802cddf209b564a5ad06e3945e9e (diff) |
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@gmail.com>
Reviewed-on: http://review.coreboot.org/10292
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 0398b15767..f7447b49a2 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 *.\# |