summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Add man pagesAllen Martin2015-10-081-0/+5
| | | | | | | Add man pages for cbootimge(1) and bct_dump(1) Signed-off-by: Allen Martin <amartin@nvidia.com> Signed-off-by: Stephen Warren <swarren@nvidia.com>
* Add generated files to .gitignoreAllen Martin2015-10-081-0/+18
| | | | | | | | Add generated and temporary files to .gitignore rules to prevent them from cluttering up git status or being accidently committed. Signed-off-by: Allen Martin <amartin@nvidia.com> Signed-off-by: Stephen Warren <swarren@nvidia.com>
* Add top-level .gitignore fileStephen Warren2012-05-231-0/+4
This prevents "git status" from displaying generated files as new, and hence needing commit. Signed-off-by: Stephen Warren <swarren@nvidia.com> Change-Id: I2c0319183ba3e8d4222f533229474cf6bc0c4049 Reviewed-on: https://gerrit.chromium.org/gerrit/23243 Reviewed-by: Simon Glass <sjg@chromium.org>