Commit 7c422f5572667fef0db38d2046ecce69dcf0afc8 ("tools build: Build fixdep
helper from perf and basic libs") dynamically creates fixdep during the perf
building. Add it to .gitignore.Signed-off-by: Yunlong Song <[email protected]> --- tools/build/.gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 tools/build/.gitignore diff --git a/tools/build/.gitignore b/tools/build/.gitignore new file mode 100644 index 0000000..a776371 --- /dev/null +++ b/tools/build/.gitignore @@ -0,0 +1 @@ +fixdep -- 1.8.5.2 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

