From 9ae0e5e8a515d4e225a895809de32ed83fc413da Mon Sep 17 00:00:00 2001 From: Kristian Evers Date: Mon, 5 Feb 2018 16:43:35 +0100 Subject: Make a README from README.md when running 'make dist' (#772) Make a README from README.md when running 'make dist'. README.md is stripped from the CI status images that is displayed on GitHub, but other README is just a copy of README.md. Adjusted travis/install.sh so that 'make dist-all' is not run on the source distribution. --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index e191b441..50314ae9 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,7 @@ CTestTestfile.cmake cmake_install.cmake install_manifest.txt cmake/project-config*.cmake +README /.vs* /*.manifest -- cgit v1.2.3