From dbdb24d9091617f17c5653c097f4e6cc10c6abea Mon Sep 17 00:00:00 2001 From: Kris Van Hees Date: Wed, 24 Dec 2014 09:02:00 -0500 Subject: [PATCH] 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 --- dtrace/.gitignore | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 dtrace/.gitignore 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 -- 2.50.1