laforge has submitted this change. ( https://gerrit.osmocom.org/c/python/pyosmocom/+/39601?usp=email )
(
1 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one. )Change subject: .gitignore: add vim swap file pattern ......................................................................
.gitignore: add vim swap file pattern
Change-Id: I20780f311623e44040fa3ec4e865b57a71559524 --- M .gitignore 1 file changed, 1 insertion(+), 0 deletions(-)
Approvals: fixeria: Looks good to me, but someone else must approve laforge: Looks good to me, approved Jenkins Builder: Verified
diff --git a/.gitignore b/.gitignore index 0c6adc6..5f5bdb1 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /.cache /.local /pysim +.*.sw?