All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] xfstests: add missing files to gitignore
@ 2015-02-23 22:40 Omar Sandoval
  0 siblings, 0 replies; only message in thread
From: Omar Sandoval @ 2015-02-23 22:40 UTC (permalink / raw)
  To: fstests; +Cc: Omar Sandoval

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


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2015-02-23 22:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-23 22:40 [PATCH] xfstests: add missing files to gitignore Omar Sandoval

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.