Skip to content

Commit

Permalink
doc: Add "*.svg" to DocBook/.gitignore
Browse files Browse the repository at this point in the history
Mauro add "*.png" and "*.gif" in DocBook/.gitignore in commit 6d17249,
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 <file>..." 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 <[email protected]>
Acked-by: Rob Landley <[email protected]>
Signed-off-by: Jiri Kosina <[email protected]>
  • Loading branch information
zhao-gang authored and Jiri Kosina committed Dec 2, 2013
1 parent d9a6ed1 commit ac6d662
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Documentation/DocBook/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@
*.out
*.png
*.gif
*.svg
media-indices.tmpl
media-entities.tmpl

0 comments on commit ac6d662

Please sign in to comment.