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
This commit is contained in:
ZhiQiang Fan 2015-10-18 02:31:40 -06:00
parent 0ba1848167
commit c581c78c92
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -24,3 +24,4 @@ proto
shocco
src
stack-screenrc
userrc_early