All of lore.kernel.org
 help / color / mirror / Atom feed
From: Dan McGee <dan-fd97jBR+K/6hPH1hqNUYSQ@public.gmane.org>
To: linux-nilfs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: [PATCH 1/7] Add .gitignore rules for generated binaries
Date: Wed, 21 Dec 2011 15:34:03 -0600	[thread overview]
Message-ID: <1324503249-17432-2-git-send-email-dan@archlinux.org> (raw)
In-Reply-To: <1324503249-17432-1-git-send-email-dan-fd97jBR+K/6hPH1hqNUYSQ@public.gmane.org>

This ignores all of the generated binaries so git status is clean after
building the project.

Signed-off-by: Dan McGee <dan-fd97jBR+K/6hPH1hqNUYSQ@public.gmane.org>
---
 bin/.gitignore               |    6 ++++++
 sbin/cleanerd/.gitignore     |    1 +
 sbin/mkfs/.gitignore         |    1 +
 sbin/mount/.gitignore        |    2 ++
 sbin/nilfs-clean/.gitignore  |    1 +
 sbin/nilfs-resize/.gitignore |    1 +
 sbin/nilfs-tune/.gitignore   |    1 +
 7 files changed, 13 insertions(+), 0 deletions(-)
 create mode 100644 bin/.gitignore
 create mode 100644 sbin/cleanerd/.gitignore
 create mode 100644 sbin/mkfs/.gitignore
 create mode 100644 sbin/mount/.gitignore
 create mode 100644 sbin/nilfs-clean/.gitignore
 create mode 100644 sbin/nilfs-resize/.gitignore
 create mode 100644 sbin/nilfs-tune/.gitignore

diff --git a/bin/.gitignore b/bin/.gitignore
new file mode 100644
index 0000000..3718690
--- /dev/null
+++ b/bin/.gitignore
@@ -0,0 +1,6 @@
+/chcp
+/dumpseg
+/lscp
+/lssu
+/mkcp
+/rmcp
diff --git a/sbin/cleanerd/.gitignore b/sbin/cleanerd/.gitignore
new file mode 100644
index 0000000..b39e825
--- /dev/null
+++ b/sbin/cleanerd/.gitignore
@@ -0,0 +1 @@
+/nilfs_cleanerd
diff --git a/sbin/mkfs/.gitignore b/sbin/mkfs/.gitignore
new file mode 100644
index 0000000..0d8a9d6
--- /dev/null
+++ b/sbin/mkfs/.gitignore
@@ -0,0 +1 @@
+/mkfs.nilfs2
diff --git a/sbin/mount/.gitignore b/sbin/mount/.gitignore
new file mode 100644
index 0000000..766f1bb
--- /dev/null
+++ b/sbin/mount/.gitignore
@@ -0,0 +1,2 @@
+/mount.nilfs2
+/umount.nilfs2
diff --git a/sbin/nilfs-clean/.gitignore b/sbin/nilfs-clean/.gitignore
new file mode 100644
index 0000000..96d31d6
--- /dev/null
+++ b/sbin/nilfs-clean/.gitignore
@@ -0,0 +1 @@
+/nilfs-clean
diff --git a/sbin/nilfs-resize/.gitignore b/sbin/nilfs-resize/.gitignore
new file mode 100644
index 0000000..2e82991
--- /dev/null
+++ b/sbin/nilfs-resize/.gitignore
@@ -0,0 +1 @@
+/nilfs-resize
diff --git a/sbin/nilfs-tune/.gitignore b/sbin/nilfs-tune/.gitignore
new file mode 100644
index 0000000..e8a1d3e
--- /dev/null
+++ b/sbin/nilfs-tune/.gitignore
@@ -0,0 +1 @@
+/nilfs-tune
-- 
1.7.8

--
To unsubscribe from this list: send the line "unsubscribe linux-nilfs" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

  parent reply	other threads:[~2011-12-21 21:34 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-12-21 21:34 [PATCH 0/7] A handful of small cleanups and improvements Dan McGee
     [not found] ` <1324503249-17432-1-git-send-email-dan-fd97jBR+K/6hPH1hqNUYSQ@public.gmane.org>
2011-12-21 21:34   ` Dan McGee [this message]
2011-12-21 21:34   ` [PATCH 2/7] umount.nilfs2 (libmount): send proper error code to complain function Dan McGee
2011-12-21 21:34   ` [PATCH 3/7] Remove kern_compat.h Dan McGee
     [not found]     ` <1324503249-17432-4-git-send-email-dan-fd97jBR+K/6hPH1hqNUYSQ@public.gmane.org>
2011-12-23  5:25       ` Ryusuke Konishi
2011-12-21 21:34   ` [PATCH 4/7] Alpha sort AC_CHECK_FUNCS list in configure.ac Dan McGee
2011-12-21 21:34   ` [PATCH 5/7] Use strtoull instead of strtoul where applicable Dan McGee
2011-12-21 21:34   ` [PATCH 6/7] rmcp/chcp: sanity check for positive checkpoint number Dan McGee
2011-12-21 21:34   ` [PATCH 7/7] rmcp: print sensible error message on permission failure Dan McGee
     [not found]     ` <1324503249-17432-8-git-send-email-dan-fd97jBR+K/6hPH1hqNUYSQ@public.gmane.org>
2011-12-23  5:56       ` Ryusuke Konishi
     [not found]         ` <20111223.145629.123971064.ryusuke-sG5X7nlA6pw@public.gmane.org>
2011-12-23 15:00           ` Dan McGee
     [not found]             ` <CAEik5nNHs1Lp-Wz_p9k_Xt1-CBu4L=Agsf28vVC7iBp4mSsuwA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2011-12-24  7:20               ` Ryusuke Konishi
     [not found]                 ` <20111224.162041.267403683.ryusuke-sG5X7nlA6pw@public.gmane.org>
2012-01-03 19:46                   ` [PATCH] " Dan McGee
     [not found]                     ` <1325619960-9715-1-git-send-email-dan-fd97jBR+K/6hPH1hqNUYSQ@public.gmane.org>
2012-01-05  5:14                       ` Ryusuke Konishi
2011-12-22 16:35   ` [PATCH 0/7] A handful of small cleanups and improvements Ryusuke Konishi
     [not found]     ` <20111223.013541.163265429.ryusuke-sG5X7nlA6pw@public.gmane.org>
2011-12-23  6:40       ` Ryusuke Konishi

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=1324503249-17432-2-git-send-email-dan@archlinux.org \
    --to=dan-fd97jbr+k/6hph1hqnuysq@public.gmane.org \
    --cc=linux-nilfs-u79uwXL29TY76Z2rM5mHXA@public.gmane.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.