mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2024-11-09 15:28:40 +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:
parent
6bb8c1fcac
commit
7727cea112
1
.gitattributes
vendored
Normal file
1
.gitattributes
vendored
Normal file
@ -0,0 +1 @@
|
||||
configdoc/usage.xml -crlf
|
9
.gitignore
vendored
Normal file
9
.gitignore
vendored
Normal 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
|
1
library/HTMLPurifier/DefinitionCache/README
Normal file
1
library/HTMLPurifier/DefinitionCache/README
Normal file
@ -0,0 +1 @@
|
||||
This is a dummy file to prevent Git from ignoring this empty directory.
|
1
tests/HTMLPurifier/DefinitionCache/SerializerTest/README
Normal file
1
tests/HTMLPurifier/DefinitionCache/SerializerTest/README
Normal file
@ -0,0 +1 @@
|
||||
This is a dummy file to prevent Git from ignoring this empty directory.
|
1
tests/tmp/README
Normal file
1
tests/tmp/README
Normal file
@ -0,0 +1 @@
|
||||
This is a dummy file to prevent Git from ignoring this empty directory.
|
Loading…
Reference in New Issue
Block a user