[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Minios-devel] [UNIKRAFT/LIBLWIP PATCH 1/5] Add .gitignore
Hello Simon, This patch seems functionally fine. Reviewed-by: Sharan Santhanam <sharan.santhanam@xxxxxxxxx>But the current implementation of lwip is out of sync with the Unikraft tree and apply this patch fails in isolation fails to compile with Unikraft which is expected. Thanks & Regards Sharan On 2/8/19 12:00 AM, Simon Kuenzer wrote: Signed-off-by: Simon Kuenzer <simon.kuenzer@xxxxxxxxx> --- .gitignore | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..75d2fd3 --- /dev/null +++ b/.gitignore @@ -0,0 +1,27 @@ +*.depend +*.o +*.a +*.d +*.so +*.orig +*.rej +*.bak +*.swp +*~ +,* +\#*\# +.\#* +\#_*\# +.\#_* +!.gitignore +.* + +# gnu global files +GPATH +GRTAGS +GSYMS +GTAGS + +# cscope files +cscope.* +ncscope.* _______________________________________________ Minios-devel mailing list Minios-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/minios-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |