public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] .gitignore: ignore cscope files
@ 2017-09-12  4:45 Ross Zwisler
  2017-09-12  4:45 ` [PATCH 2/3] ext4: test for DAX + journaling corruption Ross Zwisler
  2017-09-12  4:45 ` [PATCH 3/3] ext4: test for inline data + DAX corruption Ross Zwisler
  0 siblings, 2 replies; 5+ messages in thread
From: Ross Zwisler @ 2017-09-12  4:45 UTC (permalink / raw)
  To: fstests, Eryu Guan
  Cc: Ross Zwisler, Andrew Morton, linux-kernel, Darrick J. Wong,
	Theodore Ts'o, Christoph Hellwig, Dan Williams, Dave Chinner,
	Jan Kara, linux-ext4, linux-nvdimm, linux-xfs, Andreas Dilger

Signed-off-by: Ross Zwisler <ross.zwisler@linux.intel.com>
---
 .gitignore | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.gitignore b/.gitignore
index 28fe84d..2accc37 100644
--- a/.gitignore
+++ b/.gitignore
@@ -238,3 +238,7 @@
 /tests/xfs/033.out
 /tests/xfs/071.out
 /tests/xfs/096.out
+
+# cscope files
+cscope.*
+ncscope.*
-- 
2.9.5


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-09-13  7:16 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-12  4:45 [PATCH 1/3] .gitignore: ignore cscope files Ross Zwisler
2017-09-12  4:45 ` [PATCH 2/3] ext4: test for DAX + journaling corruption Ross Zwisler
2017-09-13  7:06   ` Eryu Guan
2017-09-12  4:45 ` [PATCH 3/3] ext4: test for inline data + DAX corruption Ross Zwisler
2017-09-13  7:16   ` Eryu Guan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox