summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Update .gitignore for WindowsNick Wellnhofer2017-10-091-0/+1
|
* Remove generated file python/setup.py from version controlNick Wellnhofer2017-10-071-0/+1
|
* Extend gitignoreDaniel Veillard2013-03-301-0/+8
|
* Expand .gitignore with more filesDaniel Veillard2012-07-111-0/+9
|
* Add HTML parser support for HTML5 meta charset encoding declarationDenis Pauk2012-05-101-3/+0
| | | | | | | | | | | | | | | | | | | | | | For https://bugzilla.gnome.org/show_bug.cgi?id=655218 http://www.w3.org/TR/2011/WD-html5-20110525/semantics.html#the-meta-element """ The charset attribute specifies the character encoding used by the document. This is a character encoding declaration. If the attribute is present in an XML document, its value must be an ASCII case-insensitive match for the string "UTF-8" (and the document is therefore forced to use UTF-8 as its encoding). """ However, while <meta http-equiv="Content-Type" content="text/html; charset=utf8"> works, <meta charset="utf8"> does not. While libxml2 HTML parser is not tuned for HTML5, this is a simple addition Also added a testcase
* Augment the list of ignored filesDaniel Veillard2012-01-221-0/+7
|
* Adding a .gitignore to avoid status pollutionDaniel Veillard2009-10-071-0/+100