37 lines
858 B
Diff
37 lines
858 B
Diff
|
|
From 438248400c6ae28c2d14b5e5abf05bbf4faa72a3 Mon Sep 17 00:00:00 2001
|
||
|
|
From: Haitao Huang <4699115+haitaohuang@users.noreply.github.com>
|
||
|
|
Date: Sat, 12 Sep 2020 16:44:52 -0500
|
||
|
|
Subject: [PATCH 2/5] Clean more files
|
||
|
|
|
||
|
|
Signed-off-by: Haitao Huang <4699115+haitaohuang@users.noreply.github.com>
|
||
|
|
---
|
||
|
|
.gitignore | 1 +
|
||
|
|
Makefile | 2 +-
|
||
|
|
2 files changed, 2 insertions(+), 1 deletion(-)
|
||
|
|
|
||
|
|
diff --git a/.gitignore b/.gitignore
|
||
|
|
index 1adf5a1..a4dfd7f 100644
|
||
|
|
--- a/.gitignore
|
||
|
|
+++ b/.gitignore
|
||
|
|
@@ -1,6 +1,7 @@
|
||
|
|
*.ko
|
||
|
|
*.o
|
||
|
|
*.cmd
|
||
|
|
+*.mod
|
||
|
|
*.mod.*
|
||
|
|
*.symvers
|
||
|
|
*.order
|
||
|
|
diff --git a/Makefile b/Makefile
|
||
|
|
index 74ec5d7..c0963fc 100644
|
||
|
|
--- a/Makefile
|
||
|
|
+++ b/Makefile
|
||
|
|
@@ -23,4 +23,4 @@ install: default
|
||
|
|
endif
|
||
|
|
|
||
|
|
clean:
|
||
|
|
- rm -vrf *.o *.ko *.order *.symvers *.mod.c .tmp_versions .*o.cmd
|
||
|
|
+ rm -vrf *.o *.ko *.order *.symvers *.mod.c .tmp_versions .*o.cmd *.mod
|
||
|
|
--
|
||
|
|
2.39.0.windows.1
|
||
|
|
|