linux-trace-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Steven Rostedt <rostedt@goodmis.org>
To: linux-trace-devel@vger.kernel.org
Subject: [PATCH 2/2] libtracefs: Add .gitignore files
Date: Mon, 29 Mar 2021 20:30:28 -0400	[thread overview]
Message-ID: <20210330003048.022837218@goodmis.org> (raw)
In-Reply-To: 20210330003026.434340915@goodmis.org

From: "Steven Rostedt (VMware)" <rostedt@goodmis.org>

Add .gitignore files to remove backup files from vim and emacs, as well as
created files for installing and for documentation.

Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
---
 .gitignore               | 10 ++++++++++
 Documentation/.gitignore |  4 ++++
 2 files changed, 14 insertions(+)
 create mode 100644 .gitignore
 create mode 100644 Documentation/.gitignore

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..d2d39fbda7c2
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,10 @@
+*~
+\#*\#
+.pc
+libtracefs.pc
+TAGS
+tags
+lib/
+patches/
+build_prefix
+build_uninstall
diff --git a/Documentation/.gitignore b/Documentation/.gitignore
new file mode 100644
index 000000000000..747b2584d55b
--- /dev/null
+++ b/Documentation/.gitignore
@@ -0,0 +1,4 @@
+*.3
+*.m
+*.xml
+*.html
-- 
2.30.1



      parent reply	other threads:[~2021-03-30  0:31 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-30  0:30 [PATCH 0/2] libtracefs: Some clean ups Steven Rostedt
2021-03-30  0:30 ` [PATCH 1/2] libtracefs: Fix dependencies in Documentation Makefile Steven Rostedt
2021-03-30  0:30 ` Steven Rostedt [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210330003048.022837218@goodmis.org \
    --to=rostedt@goodmis.org \
    --cc=linux-trace-devel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).