From: Kris Van Hees Date: Wed, 24 Dec 2014 14:02:00 +0000 (-0500) Subject: dtrace: add .gitignore file X-Git-Tag: v4.1.12-111.0.20170907_2225~3^2~3^2~85 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=dbdb24d9091617f17c5653c097f4e6cc10c6abea;p=users%2Fjedix%2Flinux-maple.git dtrace: add .gitignore file The DTrace modules source tree did not have a .gitignore file, causing reports of untracked files during git operations. This has been rectified. Orabug: 20266608 Signed-off-by: Kris Van Hees Acked-by: Nick Alcock --- diff --git a/dtrace/.gitignore b/dtrace/.gitignore new file mode 100644 index 000000000000..008c2d4a7b16 --- /dev/null +++ b/dtrace/.gitignore @@ -0,0 +1,27 @@ +# +# NOTE! Don't add files that are generated in specific +# subdirectories here. Add them in the ".gitignore" file +# in that subdirectory instead. +# +# NOTE! Please use 'git ls-files -i --exclude-standard' +# command after changing this file, to see if there are +# any tracked files which get ignored after the change. +# +# Normal rules +# +.* +*.o +*.o.* +*.a +*.s +*.ko +*.mod.c +modules.builtin +modules.order +Module.symvers + +# +# Generated DTrace SDT files +# +*.sdtinfo.c +*.sdtstub.S