0
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2024-09-18 18:25:18 +00:00

Add Git specific files and configuration

* Setup usage.xml to be binary, as XMLWriter does not honor operating
  system's newline format.
* Setup various files to ignore (svn:ignore was not carried over)
* Add dummy files to prevent git from ignoring empty directories

Signed-off-by: Edward Z. Yang <edwardzyang@thewritingpot.com>
This commit is contained in:
Edward Z. Yang 2008-06-24 22:02:16 -04:00
parent 6bb8c1fcac
commit 7727cea112
5 changed files with 13 additions and 0 deletions

1
.gitattributes vendored Normal file
View File

@ -0,0 +1 @@
configdoc/usage.xml -crlf

9
.gitignore vendored Normal file
View File

@ -0,0 +1,9 @@
conf/
library/HTMLPurifier/DefinitionCache/Serializer/*/
library/standalone/
library/HTMLPurifier.standalone.php
*.phpt.diff
*.phpt.exp
*.phpt.log
*.phpt.out
*.phpt.php

View File

@ -0,0 +1 @@
This is a dummy file to prevent Git from ignoring this empty directory.

View File

@ -0,0 +1 @@
This is a dummy file to prevent Git from ignoring this empty directory.

1
tests/tmp/README Normal file
View File

@ -0,0 +1 @@
This is a dummy file to prevent Git from ignoring this empty directory.