All of lore.kernel.org
 help / color / mirror / Atom feed
From: Omar Sandoval <osandov@osandov.com>
To: fstests@vger.kernel.org
Cc: Omar Sandoval <osandov@osandov.com>
Subject: [PATCH] xfstests: add missing files to gitignore
Date: Mon, 23 Feb 2015 14:40:18 -0800	[thread overview]
Message-ID: <41e91b5074c647e53d611a3fac515c7efd7a2ac8.1424730934.git.osandov@osandov.com> (raw)

Several binaries show up in git status after running make in a fresh
clone, and so do files introduced by normal usage.

Signed-off-by: Omar Sandoval <osandov@osandov.com>
---
 .gitignore | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/.gitignore b/.gitignore
index 2c9d640..5dc4f69 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,6 +5,9 @@
 .libs
 .ltdep
 
+/local.config
+/results
+
 # autoconf generated files
 /autom4te.cache
 /configure
@@ -35,10 +38,12 @@
 /src/bstat
 /src/bulkstat_unlink_test
 /src/bulkstat_unlink_test_modified
+/src/dbtest
 /src/devzero
 /src/dirperf
 /src/dirstress
 /src/dmiperf
+/src/e4compact
 /src/fault
 /src/feature
 /src/fiemap-tester
@@ -99,12 +104,14 @@
 /src/writemod
 /src/xfsctl
 /src/aio-dio-regress/aio-dio-extend-stat
+/src/aio-dio-regress/aio-dio-fcntl-race
 /src/aio-dio-regress/aio-dio-hole-filling-race
 /src/aio-dio-regress/aio-dio-invalidate-failure
 /src/aio-dio-regress/aio-dio-invalidate-readahead
 /src/aio-dio-regress/aio-dio-subblock-eof-read
 /src/aio-dio-regress/aio-free-ring-with-bogus-nr-pages
 /src/aio-dio-regress/aio-io-setup-with-nonwritable-context-pointer
+/src/aio-dio-regress/aio-last-ref-held-by-io
 /src/aio-dio-regress/aiodio_sparse2
 /src/cloner
 /src/renameat2
-- 
2.3.0


                 reply	other threads:[~2015-02-23 22:40 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=41e91b5074c647e53d611a3fac515c7efd7a2ac8.1424730934.git.osandov@osandov.com \
    --to=osandov@osandov.com \
    --cc=fstests@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.