diff mbox series

[V2] gitignore: Ignore swap files

Message ID a9f84c70b1044e863456ef0cfbc7e0d292298ff7.1579682844.git.viresh.kumar@linaro.org
State Accepted
Headers show
Series [V2] gitignore: Ignore swap files | expand

Commit Message

Viresh Kumar Jan. 22, 2020, 8:48 a.m. UTC
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(+)

Comments

Cyril Hrubis Jan. 23, 2020, 10:28 a.m. UTC | #1
Hi!
Pushed, thanks.
diff mbox series

Patch

diff --git a/.gitignore b/.gitignore
index 903d616b11c4..86d8190a3a65 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@ 
 CVS
+.*.swp
 *~
 *.o
 *.o.d