From e66be9b28bf103f41b81c2a5921f53cb17a6f8a0 Mon Sep 17 00:00:00 2001 From: Marshall Greenblatt Date: Wed, 18 Mar 2015 21:21:11 -0400 Subject: [PATCH] Use absolute paths for CEF generated files in .gitignore --- .gitignore | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 685a308e7..e031db0ff 100644 --- a/.gitignore +++ b/.gitignore @@ -46,7 +46,7 @@ Thumbs.db /binary_distrib /docs # CEF generated files -include/cef_pack_resources.h -include/cef_pack_strings.h -include/cef_version.h -patch/patch_state.h +/include/cef_pack_resources.h +/include/cef_pack_strings.h +/include/cef_version.h +/patch/patch_state.h