Skip to content

Commit

Permalink
perf tools: Ignore compiled python binaries
Browse files Browse the repository at this point in the history
It prevents mindless git add from adding those files.

Signed-off-by: Namhyung Kim <namhyung@kernel.org>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link: http://lkml.kernel.org/r/1346982953-30824-1-git-send-email-namhyung@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
  • Loading branch information
Namhyung Kim authored and acmel committed Sep 7, 2012
1 parent 479d875 commit 9a29368
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/perf/.gitignore
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -21,3 +21,5 @@ config.mak
config.mak.autogen config.mak.autogen
*-bison.* *-bison.*
*-flex.* *-flex.*
*.pyc
*.pyo

0 comments on commit 9a29368

Please sign in to comment.