summaryrefslogtreecommitdiffstats
path: root/.gitattributes
Commit message (Collapse)AuthorAgeFilesLines
* doc: Add documentation infrastructure based on SphinxBrad King2014-04-011-0/+1
| | | | | | Create a 'doc' directory and placeholder 'doc/manual/castxml.1.rst' manual. Search for sphinx-build and use it to generate html and man pages. Install them based on CastXML_INSTALL_(DOC|MAN)_DIR variables.
* Tell Git to reject tabs in indentationBrad King2014-02-141-0/+2
| | | | Add a whitespace=tab-in-indent attribute to all file types.
* Add .gitattributes for newline conversionBrad King2014-01-071-0/+3
Set attribute text=auto for all paths to enable automatic newline handling in the Git work tree. Set attribute export-ignore for all .git* paths to tell git archive to ignore them.