Commit 953f66c
committed
Make check_files.py ignore .svg files
There are some .svg files in the docs directory. They are text files and
some lines have Unix line endings, some of them have Windows.
This is picked up by check_files.py and makes it fail. We mark .svg files
in the docs directory as binary to have them ignored. This is acceptable
because these files are generated and shouldn't be edited manually.
Signed-off-by: Janos Follath <janos.follath@arm.com>1 parent 0eb33b9 commit 953f66c
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
| 114 | + | |
114 | 115 | | |
115 | 116 | | |
116 | 117 | | |
| |||
0 commit comments