[LTP] [PATCH V2] gitignore: Ignore swap files
Viresh Kumar
viresh.kumar@linaro.org
Wed Jan 22 09:48:44 CET 2020
Update .gitignore to ignore .swp files.
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
---
V1->V2:
- Replace .* with .*.swp, as .* also ignored all .ignore files as well.
.gitignore | 1 +
1 file changed, 1 insertion(+)
diff --git a/.gitignore b/.gitignore
index 903d616b11c4..86d8190a3a65 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@
CVS
+.*.swp
*~
*.o
*.o.d
--
2.21.0.rc0.269.g1a574e7a288b
More information about the ltp
mailing list