Especially ignore Asciidoc generated HTML files in the documentation tree
This commit is contained in:
parent
58ce4b51ad
commit
7bc7ae09fc
2 changed files with 6 additions and 6 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
|
@ -20,10 +20,4 @@ autom4te.cache
|
|||
semantic.cache
|
||||
tests/,*
|
||||
wiki/backups/*
|
||||
doc/*.html
|
||||
doc/devel/rfc/*.html
|
||||
doc/devel/rfc_pending/*.html
|
||||
doc/devel/draw/*.png
|
||||
doc/user/*.html
|
||||
doc/user/lumiera_from_outer_space/*.html
|
||||
m4/*
|
||||
|
|
|
|||
6
doc/.gitignore
vendored
Normal file
6
doc/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
*.html
|
||||
user/**/*.html
|
||||
devel/rfc*/**/*.html
|
||||
devel/draw/**/*.png
|
||||
user/**/*.html
|
||||
|
||||
Loading…
Reference in a new issue