diff options
author | Kirill Smelkov <kirr@landau.phys.spbu.ru> | 2010-06-14 16:00:47 +0400 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2010-06-17 10:24:31 -0300 |
commit | cfc21cc641dae17a4ebda29ed093134358449577 (patch) | |
tree | 42c7dc83fa01ac99e70af473273e407f89442279 /tools/perf/.gitignore | |
parent | a1ac1d3c085420ea8c809ebbee3bb212ed3616bd (diff) |
perf tools: .gitignore += config.make config.make.autogen
These are local-configuration files and should be ignored.
LKML-Reference: <1276516847-25817-1-git-send-email-kirr@landau.phys.spbu.ru>
Signed-off-by: Kirill Smelkov <kirr@landau.phys.spbu.ru>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/.gitignore')
-rw-r--r-- | tools/perf/.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/perf/.gitignore b/tools/perf/.gitignore index e1d60d780784..cb43289e447f 100644 --- a/tools/perf/.gitignore +++ b/tools/perf/.gitignore @@ -18,3 +18,5 @@ perf-archive tags TAGS cscope* +config.mak +config.mak.autogen |