Especially ignore Asciidoc generated HTML files in the documentation tree

This commit is contained in:
Fischlurch 2010-11-14 21:13:49 +01:00
parent 58ce4b51ad
commit 7bc7ae09fc
2 changed files with 6 additions and 6 deletions

6
.gitignore vendored
View file

@ -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
View file

@ -0,0 +1,6 @@
*.html
user/**/*.html
devel/rfc*/**/*.html
devel/draw/**/*.png
user/**/*.html