aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteven Rostedt (VMware) <rostedt@goodmis.org>2021-04-09 11:27:34 -0400
committerSteven Rostedt (VMware) <rostedt@goodmis.org>2021-04-09 16:04:58 -0400
commit6e4e9c04a4a9c0ad8f26beb2f11b8af62290c326 (patch)
tree29b4aa8ae1ff3f08dbcf0f3c3e9b552b21ef28ae
parentc449399da5b667e0b2cadc60374bb7c7c6e28fb6 (diff)
downloadlibtraceevent-6e4e9c04a4a9c0ad8f26beb2f11b8af62290c326.tar.gz
libtraceevent: Add some more created files to .gitignore
The *.so, *.cmd and .*.d files should not be listed in git status, as they are all created during the build, and not to be part of the configuration management. Link: https://lore.kernel.org/linux-trace-devel/20210409112734.4b76584b@gandalf.local.home Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index fde7fe6..c312a39 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,6 @@ build_prefix
build_uninstall
*~
\#*\#
+*.cmd
+*.so
+.*.d