Skip to content

Commit b4e0758

Browse files
committed
tracing: tell git to ignore the generated 'undefsyms_base.c' file
This odd file was added to automatically figure out tool-generated symbols. Honestly, it *should* have been just a real honest-to-goodness regular file in git, instead of having strange code to generate it in the Makefile, but that is not how that silly thing works. So now we need to ignore it explicitly. Fixes: 1211907 ("tracing: Generate undef symbols allowlist for simple_ring_buffer") Cc: Vincent Donnefort <[email protected]> Cc: Nathan Chancellor <[email protected]> Cc: Steven Rostedt (Google) <[email protected]> Cc: Arnd Bergmann <[email protected]> Cc: Marc Zyngier <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
1 parent f154634 commit b4e0758

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

kernel/trace/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/undefsyms_base.c

0 commit comments

Comments
 (0)