From 024520b1ff1607253289b72fde7296cbe45b80ab Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Thu, 4 Oct 2012 09:04:45 -0700 Subject: Remove some extensions from .gitignore Since build output is in build/ we don't really need to have *.bin (and others) excluded throughout the source tree. This change allows us to check in .bin files without warnings. BUG=none BRANCH=snow,link TEST=manual $ git status - see that we still have no stray files reported $ git add test/test-matrix.bin - see that there is no warning given now Change-Id: Ia71c5c2b89c3f0eef5098c86c701cb34f666e164 Signed-off-by: Simon Glass Reviewed-on: https://gerrit.chromium.org/gerrit/34632 Reviewed-by: Randall Spangler --- .gitignore | 3 --- 1 file changed, 3 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index a24cf4186b..9bf3e25c27 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,4 @@ build/ private/ -*.map -*.bin -*.elf *.swp *.pyc -- cgit v1.2.1