summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Remove some extensions from .gitignoreSimon Glass2012-10-041-3/+0
| | | | | | | | | | | | | | | | | | | | 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 <sjg@chromium.org> Reviewed-on: https://gerrit.chromium.org/gerrit/34632 Reviewed-by: Randall Spangler <rspangler@chromium.org>
* ec: Add "private/" to .gitignore.Dave Parker2012-02-141-0/+1
| | | | | | | | Signed-off-by: Dave Parker <dparker@chromium.org> BUG=None TEST=Verify files under a "private" subdirectory are ignored by git. Change-Id: I551effa5cf8967b787e40f1cc82f9c3f91d9fa09
* Merge development work from private blizzard.git repo.Dave Parker2012-02-091-2/+5
|\ | | | | | | | | | | | | | | BUG=chrome-os-partner:7564 TEST=None Conflicts: .gitignore
| * Initial sources import 3/3Vincent Palatin2011-12-071-0/+6
| | | | | | | | source files mainly done by Vincent. Signed-off-by: Vincent Palatin <vpalatin@chromium.org> Change-Id: Ic2d1becd400c9b4b4a14d4a243af1bdf77d9c1e2
* Link keyboard-related code together.Louis Yung-Chieh Lo2011-10-281-1/+1
| | | | | | | | | | Added i8042 interface and matrix code. Demonstrate a key is pressed and passed to host through the board-dependent matrix code. BUG=None TEST=make && make runtests Change-Id: I6a9f5e621d9e93e5c16384afebf4d665000e81a6
* Add top-level makefileRandall Spangler2011-10-241-0/+1
| | | | | | | | | | | Build output is now in ./build Fixed compiler warnings in ec_uartd, ec_console BUG=none TEST=make Change-Id: I9a46ab6b9d4e912e59a60c669e95dc0c6f8485df
* Mask out board and vendor sub-projects with .gitignoreDave Parker2011-10-211-0/+2
BUG=None TEST=git status Change-Id: I94d3929994b02dd90e41b4d87cc236d7611e27eb