aboutsummaryrefslogtreecommitdiff
path: root/projects/Windows/VC14/src/.gitignore
AgeCommit message (Collapse)Author
2015-08-18gitignore: Sort for readabilityJay Satiro
find . -name .gitignore -print0 | xargs -i -0 sort -o '{}' '{}'
2015-07-29build: Added VC14 project filesSteve Holme
Updates to Makefile.am for the generation of the project files in the tarball to follow.