diff options
author | Jaswinder Singh Rajput <jaswinder@kernel.org> | 2009-06-20 18:25:25 +0530 |
---|---|---|
committer | Sam Ravnborg <sam@ravnborg.org> | 2009-06-27 00:17:48 +0200 |
commit | c512d2544c688ff1fab18a530860a9c7440a71b7 (patch) | |
tree | d2c707ffe417eb7498f48c8bd21a7ac9255c68dc /scripts/.gitignore | |
parent | a8735821d198675dd326cc5847e79df79c735119 (diff) | |
download | linux-3.10-c512d2544c688ff1fab18a530860a9c7440a71b7.tar.gz linux-3.10-c512d2544c688ff1fab18a530860a9c7440a71b7.tar.bz2 linux-3.10-c512d2544c688ff1fab18a530860a9c7440a71b7.zip |
gitignore: ignore scripts/ihex2fw
scripts/ihex2fw is a generated binary and should be ignored
Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Diffstat (limited to 'scripts/.gitignore')
-rw-r--r-- | scripts/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/.gitignore b/scripts/.gitignore index b939fbd0119..52cab46ae35 100644 --- a/scripts/.gitignore +++ b/scripts/.gitignore @@ -7,3 +7,4 @@ pnmtologo bin2c unifdef binoffset +ihex2fw |