summaryrefslogtreecommitdiffstats
path: root/Auxiliary/cmake-indent.vim
Commit message (Collapse)AuthorAgeFilesLines
* Aux: Drop vim files prior to import of third-party versionBrad King2016-08-171-93/+0
|
* Replace http://www.cmake.org URLs with https://cmake.orgBrad King2015-09-251-1/+1
| | | | | | | The latter is now the preferred URL for visiting cmake.org with a browser. Convert using the shell code: git ls-files -z | xargs -0 sed -i 's|http://www\.cmake|https://cmake|g'
* Help: Update cmake.org links to avoid redirectsWilliam Lynch2015-01-161-1/+1
| | | | Some links to cmake.org now redirect, so link to the new pages directly.
* Rename Docs to AuxiliaryBrad King2013-10-151-0/+93
The directory contains auxiliary support files for integration with other tools, not documentation.