From: Nick Alcock Date: Thu, 16 Jan 2014 13:25:38 +0000 (+0000) Subject: gitignore: update .gitignore with generated SDT files X-Git-Tag: v4.1.12-92~313^2~42 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=3c7a6aaf1db7f25d55db4a152eecaa55f35b1b74;p=users%2Fjedix%2Flinux-maple.git gitignore: update .gitignore with generated SDT files These files are generated for every module as part of SDT generation, so should be included in .gitignore to avoid messing up 'git status' output. Orabug: 17851716 Signed-off-by: Nick Alcock Acked-by: Jerry Snitselaar --- diff --git a/.gitignore b/.gitignore index 709a752b74d0..51079b013326 100644 --- a/.gitignore +++ b/.gitignore @@ -107,3 +107,9 @@ all.config # Kdevelop4 *.kdev4 + +# +# Generated DTrace SDT files +# +*.sdtinfo.c +*.sdtstub.S