* [PATCH] perf build: Add fixdep to .gitignore
@ 2015-10-15 8:51 Yunlong Song
2015-10-20 2:42 ` Yunlong Song
2015-10-22 9:21 ` [tip:perf/core] " tip-bot for Yunlong Song
0 siblings, 2 replies; 3+ messages in thread
From: Yunlong Song @ 2015-10-15 8:51 UTC (permalink / raw)
To: a.p.zijlstra, paulus, mingo, acme
Cc: linux-kernel, wangnan0, namhyung, ast, masami.hiramatsu.pt,
kan.liang, adrian.hunter, jolsa, dsahern
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 <yunlong.song@huawei.com>
---
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
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [PATCH] perf build: Add fixdep to .gitignore
2015-10-15 8:51 [PATCH] perf build: Add fixdep to .gitignore Yunlong Song
@ 2015-10-20 2:42 ` Yunlong Song
2015-10-22 9:21 ` [tip:perf/core] " tip-bot for Yunlong Song
1 sibling, 0 replies; 3+ messages in thread
From: Yunlong Song @ 2015-10-20 2:42 UTC (permalink / raw)
To: a.p.zijlstra, paulus, mingo, acme
Cc: linux-kernel, wangnan0, namhyung, ast, masami.hiramatsu.pt,
kan.liang, adrian.hunter, jolsa, dsahern
On 2015/10/15 16:51, Yunlong Song wrote:
> 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 <yunlong.song@huawei.com>
> ---
> 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
>
ping...
That fixdep really bothers one a lot every time perf is built:
Untracked files:
(use "git add <file>..." to include in what will be committed)
../build/fixdep
--
Thanks,
Yunlong Song
^ permalink raw reply [flat|nested] 3+ messages in thread* [tip:perf/core] perf build: Add fixdep to .gitignore
2015-10-15 8:51 [PATCH] perf build: Add fixdep to .gitignore Yunlong Song
2015-10-20 2:42 ` Yunlong Song
@ 2015-10-22 9:21 ` tip-bot for Yunlong Song
1 sibling, 0 replies; 3+ messages in thread
From: tip-bot for Yunlong Song @ 2015-10-22 9:21 UTC (permalink / raw)
To: linux-tip-commits
Cc: jolsa, tglx, hpa, linux-kernel, wangnan0, ast, paulus,
a.p.zijlstra, namhyung, acme, kan.liang, mingo, adrian.hunter,
yunlong.song, dsahern, masami.hiramatsu.pt
Commit-ID: e1d040cfcf76c1c1b5d71fc08ab577a0cf72fefd
Gitweb: http://git.kernel.org/tip/e1d040cfcf76c1c1b5d71fc08ab577a0cf72fefd
Author: Yunlong Song <yunlong.song@huawei.com>
AuthorDate: Thu, 15 Oct 2015 16:51:56 +0800
Committer: Arnaldo Carvalho de Melo <acme@redhat.com>
CommitDate: Tue, 20 Oct 2015 10:43:28 -0300
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 <yunlong.song@huawei.com>
Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Alexei Starovoitov <ast@kernel.org>
Cc: David Ahern <dsahern@gmail.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Kan Liang <kan.liang@intel.com>
Cc: Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Wang Nan <wangnan0@huawei.com>
Fixes: 7c422f557266 ("tools build: Build fixdep helper from perf and basic libs")
Link: http://lkml.kernel.org/r/1444899116-8220-1-git-send-email-yunlong.song@huawei.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
---
{scripts/basic => tools/build}/.gitignore | 1 -
1 file changed, 1 deletion(-)
diff --git a/scripts/basic/.gitignore b/tools/build/.gitignore
similarity index 53%
copy from scripts/basic/.gitignore
copy to tools/build/.gitignore
index 9528ec9..a776371 100644
--- a/scripts/basic/.gitignore
+++ b/tools/build/.gitignore
@@ -1,2 +1 @@
fixdep
-bin2c
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-10-22 9:22 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-15 8:51 [PATCH] perf build: Add fixdep to .gitignore Yunlong Song
2015-10-20 2:42 ` Yunlong Song
2015-10-22 9:21 ` [tip:perf/core] " tip-bot for Yunlong Song
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.