public inbox for linux-rt-users@vger.kernel.org
 help / color / mirror / Atom feed
From: John Kacur <jkacur@redhat.com>
To: RT <linux-rt-users@vger.kernel.org>
Cc: Clark Williams <williams@redhat.com>,
	Sebastian Andrzej Siewior <bigeasy@linutronix.de>,
	Pierre FICHEUX <pierre.ficheux@smile.fr>,
	Thomas Gleixner <tglx@linutronix.de>,
	Punit Agrawal <punitagrawal@gmail.com>,
	John Ogness <john.ogness@linutronix.de>,
	Luis Goncalves <lgoncalv@redhat.com>,
	Leah Leshchinsky <lleshchi@redhat.com>,
	John Kacur <jkacur@redhat.com>
Subject: [PATCH 1/3] rt-tests: Add *.dat to .gitignore
Date: Fri,  1 Oct 2021 13:29:35 -0400	[thread overview]
Message-ID: <20211001172937.13060-1-jkacur@redhat.com> (raw)

Add *.dat to .gitignore so that files such as trace.dat
are ignored by git

Signed-off-by: John Kacur <jkacur@redhat.com>
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index a975c4bd28fb..61fb49c874d3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,6 +10,7 @@
 *.bz2
 *.xz
 *.asc
+*.dat
 tmp
 patches
 ChangeLog
-- 
2.31.1


             reply	other threads:[~2021-10-01 17:29 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-01 17:29 John Kacur [this message]
2021-10-01 17:29 ` [PATCH 2/3] rt-tests: Update the help and man page for --latency John Kacur
2021-10-01 17:29 ` [PATCH 3/3] rt-tests: cyclictest: Add --default-system option John Kacur
2021-10-04 11:39   ` Punit Agrawal

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=20211001172937.13060-1-jkacur@redhat.com \
    --to=jkacur@redhat.com \
    --cc=bigeasy@linutronix.de \
    --cc=john.ogness@linutronix.de \
    --cc=lgoncalv@redhat.com \
    --cc=linux-rt-users@vger.kernel.org \
    --cc=lleshchi@redhat.com \
    --cc=pierre.ficheux@smile.fr \
    --cc=punitagrawal@gmail.com \
    --cc=tglx@linutronix.de \
    --cc=williams@redhat.com \
    /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