Browse code

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

ZhiQiang Fan authored on 2015/10/18 17:31:40
Showing 1 changed files
... ...
@@ -24,3 +24,4 @@ proto
24 24
 shocco
25 25
 src
26 26
 stack-screenrc
27
+userrc_early