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>
# Top-level generic files
#
+#
+# git files that we don't want to ignore even it they are dot-files
+#
+!.gitignore
+
#
# Generated include files
#
--- /dev/null
+/checkfs
+/makefiles
--- /dev/null
+/ftrunc
+/orph
+/perf
+/test_1
+/test_2
--- /dev/null
+/fwrite00
+/gcd_hupper
+/pdfrun
+/rmdir00
+/rndrm00
+/rndrm99
+/rndwrite00
+/stress_1
+/stress_2
+/stress_3
--- /dev/null
+/free_space
+/fstest_monitor
--- /dev/null
+/JitterTest
+/plotJittervsFill