Skip to content

Commit b51aa1c

Browse files
rustyrussellIngo Molnar
authored and
Ingo Molnar
committed
tools/lguest: Clean up include dir
It contains a symlinked header we use; ignore it and clean it up on 'make clean'. Signed-off-by: Rusty Russell <[email protected]> Cc: Linus Torvalds <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: Thomas Gleixner <[email protected]> Cc: [email protected] Signed-off-by: Ingo Molnar <[email protected]>
1 parent e523caa commit b51aa1c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tools/lguest/.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
lguest
2+
include

tools/lguest/Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ lguest: include/linux/virtio_types.h
1111

1212
clean:
1313
rm -f lguest
14+
rm -rf include

0 commit comments

Comments
 (0)