[PATCH] erofs-utils: update .gitignore

Gao Xiang hsiangkao at aol.com
Wed Dec 2 20:53:45 AEDT 2020


Add more extensions to .gitignore.

Signed-off-by: Gao Xiang <hsiangkao at aol.com>
---
 .gitignore | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore
index 3a39a1e82e55..8bdd50518074 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,11 +1,16 @@
 .*
 *~
+*.[ao]
 *.diff
-*.o
 *.la
-*.a
+*.lo
+*.mod.c
+*.orig
 *.patch
 *.rej
+*.so
+*.so.dbg
+*.tar.*
 
 #
 # Generated files
-- 
2.24.0



More information about the Linux-erofs mailing list