From: Costin Lupu Date: Mon, 3 Jun 2019 15:16:34 +0000 (+0300) Subject: Add .gitignore X-Git-Tag: RELEASE-0.4~23 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=e31ca9bf3599e4790f3a2bcda499e162c66b5196;p=unikraft%2Flibs%2Fpthread-embedded.git Add .gitignore Signed-off-by: Costin Lupu Reviewed-by: Florian Schmidt --- 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.*