aboutsummaryrefslogtreecommitdiff
path: root/.gitattributes
Commit message (Collapse)AuthorAge
* fix: include ci/ in exported tarballJames McCoy2021-10-01
| | | | | | | | | src/nvim/testdir/runnvim.sh re-uses the test suite code from ci/ to cleanup the output of legacy tests. Closes #15856 [skip ci]
* Exclude .github/ and CI files from exported archivesJames McCoy2021-05-05
| | | | These are only relevant for GitHub, not published tarballs.
* vim-patch:8.1.2182: test42 seen as binary by git diff #11256Daniel Hahler2019-10-19
| | | | | | Problem: Test42 seen as binary by git diff. Solution: Add .gitattributes file. Make explicit that 'cpo' does not contain 'S'. (Daniel Hahler, closes vim/vim#5072) https://github.com/vim/vim/commit/5b39d7adb0b9f02afe242f607d4c96250f06965d
* make all *.h linguist-language as C file #10442George Zhao2019-07-08