linux-nvdimm.lists.01.org archive mirror
 help / color / mirror / Atom feed
From: Ross Zwisler <ross.zwisler@linux.intel.com>
To: Dan Williams <dan.j.williams@intel.com>, linux-nvdimm@lists.01.org
Subject: [ndctl PATCH 1/2] ndctl: update .gitignore
Date: Thu, 25 Jan 2018 16:26:37 -0700	[thread overview]
Message-ID: <20180125232638.6585-1-ross.zwisler@linux.intel.com> (raw)

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

             reply	other threads:[~2018-01-25 23:21 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-01-25 23:26 Ross Zwisler [this message]
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

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=20180125232638.6585-1-ross.zwisler@linux.intel.com \
    --to=ross.zwisler@linux.intel.com \
    --cc=dan.j.williams@intel.com \
    --cc=linux-nvdimm@lists.01.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 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).