From 02db444941a3124204149735e0e270133dc4049b Mon Sep 17 00:00:00 2001 From: Christophe Beauval Date: Thu, 9 Feb 2017 21:14:56 +0100 Subject: [PATCH] Add /install_manifest.txt and /install_manifest_*.txt to .gitignore. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 425607d4..0fc47e46 100644 --- a/.gitignore +++ b/.gitignore @@ -71,3 +71,5 @@ __pycache__ *.cmake CMakeFiles/ /CMakeCache.txt +/install_manifest.txt +/install_manifest_*.txt