Reviewed-by: Jordan Justen <[email protected]> On 2015-04-16 08:43:52, Liming Gao wrote: > Configure .gitignore file to ignore Bin/Win32 and Lib directory. > Those two directories are generated when BaseTools are compiled at Windows. > > Contributed-under: TianoCore Contribution Agreement 1.0 > Signed-off-by: Liming Gao <[email protected]> > --- > .gitignore | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/.gitignore b/.gitignore > index fdd4112..5ca024c 100644 > --- a/.gitignore > +++ b/.gitignore > @@ -12,3 +12,5 @@ Source/C/VfrCompile/VfrSyntax.cpp > Source/C/VfrCompile/VfrTokens.h > Source/C/bin/ > Source/C/libs/ > +Bin/Win32 > +Lib > \ No newline at end of file > -- > 1.9.5.msysgit.0
------------------------------------------------------------------------------ BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT Develop your own process in accordance with the BPMN 2 standard Learn Process modeling best practices with Bonita BPM through live exercises http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_ source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF _______________________________________________ edk2-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/edk2-devel
