From: Simon Kuenzer Date: Thu, 7 Feb 2019 23:00:31 +0000 (+0100) Subject: Add .gitignore X-Git-Tag: RELEASE-0.3~6 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=d730cd3be5fa6c49a906ee73fa6d6a8a064e407f;p=unikraft%2Flibs%2Flwip.git Add .gitignore Signed-off-by: Simon Kuenzer Reviewed-by: Sharan Santhanam --- 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.*