summaryrefslogtreecommitdiff
path: root/.gitattributes
Commit message (Collapse)AuthorAgeFilesLines
* Rename test inputs from `*.in` to `*.input`.Donovan Baarda2021-08-201-1/+1
| | | | | | | | Rename test input files, update test scripts, and update `.gitattributes` to treat `.input` files as binary, not `.in` files. This prevents cmake input templates ending in `.in` from being treated like binary test data files. In particular `doc/Doxyfile.in`.
* Add .gitattributes to ensure test data is binary.Donovan Baarda2021-08-091-0/+6
This is important to ensure that git doesn't apply "\n" -> "\r\n" text conversions on checkout for Windows platforms. Changing the data files like this breaks the tests that use them.