From c581c78c92dc5ea453bee8dd0a244554b4d6d57d Mon Sep 17 00:00:00 2001 From: ZhiQiang Fan Date: Sun, 18 Oct 2015 02:31:40 -0600 Subject: [PATCH] add file userrc_early to .gitignore list After devstack runs ./stack.sh, there is a file named userrc_early which contains sensitive information is created, we should add it to ignore list, because it is only for end user debugging. Change-Id: Ic99c279ec6a3606dc6f6ba9a7612b5ca7a2b6b10 --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 2778a65c89..8870bb362c 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,4 @@ proto shocco src stack-screenrc +userrc_early