diff options
author | Yunlong Song <[email protected]> | 2015-10-15 16:51:56 +0800 |
---|---|---|
committer | Arnaldo Carvalho de Melo <[email protected]> | 2015-10-20 10:43:28 -0300 |
commit | e1d040cfcf76c1c1b5d71fc08ab577a0cf72fefd (patch) | |
tree | b8cc796ec489ca5d4e5f58143ea5b42906f4220f | |
parent | 43e41adc9e8c36545888d78fed2ef8d102a938dc (diff) |
perf build: Add fixdep to .gitignore
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]>
Cc: Adrian Hunter <[email protected]>
Cc: Alexei Starovoitov <[email protected]>
Cc: David Ahern <[email protected]>
Cc: Jiri Olsa <[email protected]>
Cc: Kan Liang <[email protected]>
Cc: Masami Hiramatsu <[email protected]>
Cc: Namhyung Kim <[email protected]>
Cc: Paul Mackerras <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Wang Nan <[email protected]>
Fixes: 7c422f557266 ("tools build: Build fixdep helper from perf and basic libs")
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
-rw-r--r-- | tools/build/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/build/.gitignore b/tools/build/.gitignore new file mode 100644 index 000000000000..a776371a3502 --- /dev/null +++ b/tools/build/.gitignore @@ -0,0 +1 @@ +fixdep |