diff options
-rw-r--r-- | tools/lguest/.gitignore | 1 | ||||
-rw-r--r-- | tools/lguest/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/tools/lguest/.gitignore b/tools/lguest/.gitignore index 115587fd5f65..8d9a8383a52e 100644 --- a/tools/lguest/.gitignore +++ b/tools/lguest/.gitignore | |||
@@ -1 +1,2 @@ | |||
1 | lguest | 1 | lguest |
2 | include | ||
diff --git a/tools/lguest/Makefile b/tools/lguest/Makefile index a107b5e4da13..d04599a79802 100644 --- a/tools/lguest/Makefile +++ b/tools/lguest/Makefile | |||
@@ -11,3 +11,4 @@ lguest: include/linux/virtio_types.h | |||
11 | 11 | ||
12 | clean: | 12 | clean: |
13 | rm -f lguest | 13 | rm -f lguest |
14 | rm -rf include | ||