From 19c0f719e23063e3ce56a0ccde1331b4a768e54f Mon Sep 17 00:00:00 2001 From: Yuchen Deng Date: Sat, 14 Apr 2018 18:31:29 +0800 Subject: [PATCH] Add build/install_manifest.txt to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index e5d2f0b7..6bd33ab0 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,7 @@ bii/deps/* build/vc2013-bkl/* build/makefile-bkl/* build/compile_commands.json +build/install_manifest.txt *.obj *.exe *.pdb