From f0bfefeb47291a83d0d0c2b6793e3fa41ef27339 Mon Sep 17 00:00:00 2001 From: Brian Norris Date: Mon, 27 Jun 2011 11:27:21 -0700 Subject: 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 Acked-by: Mike Frysinger Signed-off-by: Artem Bityutskiy --- tests/checkfs/.gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 tests/checkfs/.gitignore (limited to 'tests/checkfs') 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 -- cgit v1.2.3