[LTP] [PATCH] gitignore: ignore GNU Global output files
Enze Li
lienze@kylinos.cn
Tue Apr 4 05:07:12 CEST 2023
Update .gitignore to ignore GNU Global outputs.
Signed-off-by: Enze Li <lienze@kylinos.cn>
---
.gitignore | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/.gitignore b/.gitignore
index 915d22104..c626d7153 100644
--- a/.gitignore
+++ b/.gitignore
@@ -48,6 +48,12 @@ autom4te.cache
cscope.*
ncscope.*
+# GNU Global outputs
+GPATH
+GTAGS
+GRTAGS
+GSYMS
+
.dep_modules
.gitattributes
.pc/
base-commit: 906cbd9067511f70445886b764b2e5c77c12bc4f
--
2.25.1
More information about the ltp
mailing list