diff options
author | Brian Norris <computersforpeace@gmail.com> | 2011-06-27 11:27:21 -0700 |
---|---|---|
committer | Artem Bityutskiy <dedekind1@gmail.com> | 2011-06-29 08:42:39 +0300 |
commit | f0bfefeb47291a83d0d0c2b6793e3fa41ef27339 (patch) | |
tree | a7e131561124263ff7a64cc22243da7e5d303908 /tests | |
parent | 15f5f89995de6f10a5dc7b30ebf87d856c4e1127 (diff) |
mtd-utils: update .gitignore files
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>
Acked-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Artem Bityutskiy <dedekind1@gmail.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/checkfs/.gitignore | 2 | ||||
-rw-r--r-- | tests/fs-tests/integrity/.gitignore | 1 | ||||
-rw-r--r-- | tests/fs-tests/simple/.gitignore | 5 | ||||
-rw-r--r-- | tests/fs-tests/stress/atoms/.gitignore | 10 | ||||
-rw-r--r-- | tests/fs-tests/utils/.gitignore | 2 | ||||
-rw-r--r-- | tests/jittertest/.gitignore | 2 |
6 files changed, 22 insertions, 0 deletions
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 |