neels has uploaded this change for review. ( https://gerrit.osmocom.org/c/pysim/+/41916?usp=email )
Change subject: gitignore: fix vim swp file pattern ...................................................................... gitignore: fix vim swp file pattern Change-Id: I5a8351dc09f6ca7c8e9032ff8352e5cf1a4833a3 --- M .gitignore 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.osmocom.org:29418/pysim refs/changes/16/41916/1 diff --git a/.gitignore b/.gitignore index 7a2e150..0cd5b14 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ *.pyc -.*.swp +.*.sw? /docs/_* /docs/generated -- To view, visit https://gerrit.osmocom.org/c/pysim/+/41916?usp=email To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email Gerrit-MessageType: newchange Gerrit-Project: pysim Gerrit-Branch: master Gerrit-Change-Id: I5a8351dc09f6ca7c8e9032ff8352e5cf1a4833a3 Gerrit-Change-Number: 41916 Gerrit-PatchSet: 1 Gerrit-Owner: neels <[email protected]>
