From: "Brian Norris" <computersforpeace@gmail.com>
To: "Artem Bityutskiy" <dedekind1@gmail.com>
Cc: Brian Norris <computersforpeace@gmail.com>,
linux-mtd@lists.infradead.org,
Mike Frysinger <vapier.adi@gmail.com>
Subject: [PATCH 04/10] mtd-utils: update .gitignore files
Date: Mon, 27 Jun 2011 11:27:21 -0700 [thread overview]
Message-ID: <1309199247-19248-5-git-send-email-computersforpeace@gmail.com> (raw)
In-Reply-To: <1309199247-19248-1-git-send-email-computersforpeace@gmail.com>
First, the top-level Makefile should not tell git to ignore sub-level
.gitignore files.
Second, add simple .gitignores to ignore the executables generated under
the various `tests' subdirectories.
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
---
.gitignore | 5 +++++
tests/checkfs/.gitignore | 2 ++
tests/fs-tests/integrity/.gitignore | 1 +
tests/fs-tests/simple/.gitignore | 5 +++++
tests/fs-tests/stress/atoms/.gitignore | 10 ++++++++++
tests/fs-tests/utils/.gitignore | 2 ++
tests/jittertest/.gitignore | 2 ++
7 files changed, 27 insertions(+), 0 deletions(-)
create mode 100644 tests/checkfs/.gitignore
create mode 100644 tests/fs-tests/integrity/.gitignore
create mode 100644 tests/fs-tests/simple/.gitignore
create mode 100644 tests/fs-tests/stress/atoms/.gitignore
create mode 100644 tests/fs-tests/utils/.gitignore
create mode 100644 tests/jittertest/.gitignore
diff --git a/.gitignore b/.gitignore
index 86aee63..3a56d0d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -48,6 +48,11 @@
#
#
+# git files that we don't want to ignore even it they are dot-files
+#
+!.gitignore
+
+#
# Generated include files
#
/include/version.h
diff --git a/tests/checkfs/.gitignore b/tests/checkfs/.gitignore
new file mode 100644
index 0000000..52e7b5d
--- /dev/null
+++ b/tests/checkfs/.gitignore
@@ -0,0 +1,2 @@
+/checkfs
+/makefiles
diff --git a/tests/fs-tests/integrity/.gitignore b/tests/fs-tests/integrity/.gitignore
new file mode 100644
index 0000000..2ea8e69
--- /dev/null
+++ b/tests/fs-tests/integrity/.gitignore
@@ -0,0 +1 @@
+/integck
diff --git a/tests/fs-tests/simple/.gitignore b/tests/fs-tests/simple/.gitignore
new file mode 100644
index 0000000..f3ccde4
--- /dev/null
+++ b/tests/fs-tests/simple/.gitignore
@@ -0,0 +1,5 @@
+/ftrunc
+/orph
+/perf
+/test_1
+/test_2
diff --git a/tests/fs-tests/stress/atoms/.gitignore b/tests/fs-tests/stress/atoms/.gitignore
new file mode 100644
index 0000000..67dede0
--- /dev/null
+++ b/tests/fs-tests/stress/atoms/.gitignore
@@ -0,0 +1,10 @@
+/fwrite00
+/gcd_hupper
+/pdfrun
+/rmdir00
+/rndrm00
+/rndrm99
+/rndwrite00
+/stress_1
+/stress_2
+/stress_3
diff --git a/tests/fs-tests/utils/.gitignore b/tests/fs-tests/utils/.gitignore
new file mode 100644
index 0000000..f3cdf5f
--- /dev/null
+++ b/tests/fs-tests/utils/.gitignore
@@ -0,0 +1,2 @@
+/free_space
+/fstest_monitor
diff --git a/tests/jittertest/.gitignore b/tests/jittertest/.gitignore
new file mode 100644
index 0000000..05d4e9e
--- /dev/null
+++ b/tests/jittertest/.gitignore
@@ -0,0 +1,2 @@
+/JitterTest
+/plotJittervsFill
--
1.7.0.4
next prev parent reply other threads:[~2011-06-27 18:28 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-06-27 18:27 [PATCH 00/10] more mtd-utils cleanup Brian Norris
2011-06-27 18:27 ` [PATCH 01/10] mtd-tests: checkfs: fix size_t related warning Brian Norris
2011-06-27 18:27 ` [PATCH 02/10] mtd-tests: io_paral: build error, "variable length strings" Brian Norris
2011-06-29 13:22 ` Josh Boyer
2011-06-29 15:45 ` Brian Norris
2011-06-27 18:27 ` [PATCH 03/10] mtd-utils: remove whitespace at end of lines Brian Norris
2011-06-27 18:27 ` Brian Norris [this message]
2011-06-27 18:27 ` [PATCH 05/10] mkfs.ubifs: use common.h Brian Norris
2011-06-27 18:27 ` [PATCH 06/10] mtd-utils: add common version printing function Brian Norris
2011-06-27 19:51 ` Mike Frysinger
2011-06-27 20:15 ` Brian Norris
2011-06-27 20:20 ` Mike Frysinger
2011-06-27 18:27 ` [PATCH 07/10] mtd-utils: switch more utils to unified versioning Brian Norris
2011-06-27 18:27 ` [PATCH 08/10] mtd-utils: kill flash_info Brian Norris
2011-06-27 18:27 ` [PATCH 09/10] mtdinfo: kill -m option Brian Norris
2011-06-29 6:02 ` Artem Bityutskiy
2011-06-29 16:09 ` [PATCH v2] mtdinfo: remove -m leftovers Brian Norris
2011-06-30 7:03 ` Artem Bityutskiy
2011-06-27 18:27 ` [PATCH 10/10] nanddump: remove unused variable Brian Norris
2011-06-27 19:52 ` [PATCH 00/10] more mtd-utils cleanup Mike Frysinger
2011-06-27 20:30 ` Brian Norris
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=1309199247-19248-5-git-send-email-computersforpeace@gmail.com \
--to=computersforpeace@gmail.com \
--cc=dedekind1@gmail.com \
--cc=linux-mtd@lists.infradead.org \
--cc=vapier.adi@gmail.com \
/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).