From: ZHAO Gang Date: Wed, 6 Nov 2013 21:18:15 +0000 (-0800) Subject: doc: Add "*.svg" to DocBook/.gitignore X-Git-Tag: v3.14-rc1~128^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac6d662a95a6989d83b259ccf8ec01dd7903af73;p=pandora-kernel.git doc: Add "*.svg" to DocBook/.gitignore Mauro add "*.png" and "*.gif" in DocBook/.gitignore in commit 6d172492, but forgot to add "*.svg", this made git unnecessary to track directory DocBook/media_api generated by `make htmldocs`: $ git status # On branch master # Untracked files: # (use "git add ..." to include in what will be committed) # # Documentation/DocBook/media_api/ nothing added to commit but untracked files present (use "git add" to track) Add "*.svg" to DocBook/.gitignore so git will not track directory DocBook/media_api, since there is no file in that directory it interest in. Signed-off-by: ZHAO Gang Acked-by: Rob Landley Signed-off-by: Jiri Kosina --- Reading git-diff-tree failed