linux-nvdimm.lists.01.org archive mirror
 help / color / mirror / Atom feed
* [ndctl PATCH 1/2] ndctl: update .gitignore
@ 2018-01-25 23:26 Ross Zwisler
  2018-01-25 23:26 ` [ndctl PATCH 2/2] ndctl: add sector_size to 'ndctl list' output Ross Zwisler
  2018-01-25 23:51 ` [ndctl PATCH 1/2] ndctl: update .gitignore Dan Williams
  0 siblings, 2 replies; 9+ messages in thread
From: Ross Zwisler @ 2018-01-25 23:26 UTC (permalink / raw)
  To: Dan Williams, linux-nvdimm

I noticed that my 'git status' output was quite noisy.  Here's what I get
with a full build using the suggested
./configure CFLAGS='-g -O0' --prefix=/usr --sysconfdir=/etc --libdir=/usr/lib64
command and with some cscope files built:

  $ git status
  On branch pending
  Your branch is up-to-date with 'github/pending'.

  Untracked files:
    (use "git add <file>..." to include in what will be committed)

  	Documentation/daxctl/asciidoc.conf
  	Documentation/daxctl/daxctl-io.1
  	Documentation/daxctl/daxctl-list.1
  	Documentation/daxctl/daxctl.1
  	Documentation/ndctl/asciidoc.conf
  	Documentation/ndctl/ndctl-check-labels.1
  	Documentation/ndctl/ndctl-check-namespace.1
  	Documentation/ndctl/ndctl-create-namespace.1
  	Documentation/ndctl/ndctl-destroy-namespace.1
  	Documentation/ndctl/ndctl-disable-dimm.1
  	Documentation/ndctl/ndctl-disable-namespace.1
  	Documentation/ndctl/ndctl-disable-region.1
  	Documentation/ndctl/ndctl-enable-dimm.1
  	Documentation/ndctl/ndctl-enable-namespace.1
  	Documentation/ndctl/ndctl-enable-region.1
  	Documentation/ndctl/ndctl-init-labels.1
  	Documentation/ndctl/ndctl-inject-error.1
  	Documentation/ndctl/ndctl-list.1
  	Documentation/ndctl/ndctl-read-labels.1
  	Documentation/ndctl/ndctl-write-labels.1
  	Documentation/ndctl/ndctl-zero-labels.1
  	Documentation/ndctl/ndctl.1
  	ccan/list/.dirstamp
  	ccan/str/.dirstamp
  	cscope.files
  	cscope.out
  	daxctl/daxctl
  	daxctl/lib/libdaxctl.la
  	daxctl/lib/libdaxctl.lo
  	daxctl/lib/libdaxctl.pc
  	libccan.a
  	libutil.a
  	ndctl/lib/libndctl.pc
  	ndctl/ndctl
  	ndctl/util/.dirstamp
  	rhel/
  	sles/ndctl.spec
  	util/.dirstamp
  	util/log.lo
  	util/sysfs.lo
  	version.m4

  nothing added to commit but untracked files present (use "git add" to track)

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

diff --git a/.gitignore b/.gitignore
index 4899534..64e58fa 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,3 +12,22 @@ Makefile.in
 /configure
 /libtool
 /stamp-h1
+*.1
+Documentation/daxctl/asciidoc.conf
+Documentation/ndctl/asciidoc.conf
+.dirstamp
+daxctl/daxctl
+daxctl/lib/libdaxctl.la
+daxctl/lib/libdaxctl.lo
+daxctl/lib/libdaxctl.pc
+*.a
+ndctl/lib/libndctl.pc
+ndctl/ndctl
+rhel/
+sles/ndctl.spec
+util/log.lo
+util/sysfs.lo
+version.m4
+*.swp
+cscope.files
+cscope.out
-- 
2.14.3

_______________________________________________
Linux-nvdimm mailing list
Linux-nvdimm@lists.01.org
https://lists.01.org/mailman/listinfo/linux-nvdimm

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

end of thread, other threads:[~2018-01-29 22:03 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-25 23:26 [ndctl PATCH 1/2] ndctl: update .gitignore Ross Zwisler
2018-01-25 23:26 ` [ndctl PATCH 2/2] ndctl: add sector_size to 'ndctl list' output Ross Zwisler
2018-01-25 23:39   ` Dave Jiang
2018-01-26 20:54   ` [ndctl PATCH v2 " Ross Zwisler
2018-01-26 20:56     ` Dave Jiang
2018-01-26 21:00     ` Dan Williams
2018-01-29 21:48       ` [ndctl PATCH v3 " Ross Zwisler
2018-01-29 22:09         ` Dan Williams
2018-01-25 23:51 ` [ndctl PATCH 1/2] ndctl: update .gitignore Dan Williams

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).