[LTP] [PATCH] gitignore: Ignore all files starting with dot (.)
Viresh Kumar
viresh.kumar@linaro.org
Wed Jan 22 06:12:47 CET 2020
The purpose behind this modification was to start ignoring the .*.swp
files, but then I looked at how the Linux kernel handles this and so
this patch ignores anything that starts with a dot (.).
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
---
.gitignore | 1 +
1 file changed, 1 insertion(+)
diff --git a/.gitignore b/.gitignore
index 903d616b11c4..0a14ebcbeefc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@
CVS
+.*
*~
*.o
*.o.d
--
2.21.0.rc0.269.g1a574e7a288b
More information about the ltp
mailing list