add .gitignore to ignore /rockdev *.img

Change-Id: Id9e8cbd62e9122f09548b8aedd5c5ee64405d3bc
Signed-off-by: Wu Liangqing <wlq@rock-chips.com>
This commit is contained in:
Wu Liangqing 2018-02-03 09:45:07 +08:00 committed by Kever Yang
parent c4238552ff
commit 01051eec89
1 changed files with 2 additions and 1 deletions

3
.gitignore vendored
View File

@ -20,13 +20,14 @@
*.bin *.bin
*.patch *.patch
*.cfgtmp *.cfgtmp
*.img
# host programs on Cygwin # host programs on Cygwin
*.exe *.exe
# Build tree # Build tree
/build-* /build-*
/rockdev
# #
# Top-level generic files # Top-level generic files
# #