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 --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 86aee63..3a56d0d 100644 --- a/.gitignore +++ b/.gitignore @@ -47,6 +47,11 @@ # Top-level generic files # +# +# git files that we don't want to ignore even it they are dot-files +# +!.gitignore + # # Generated include files # -- cgit v1.2.3