From b286dd8fadbcd25c80204c2373b9255c8dc57517 Mon Sep 17 00:00:00 2001 From: Tim Wickberg <tim@schedmd.com> Date: Mon, 11 Sep 2017 09:49:15 -0600 Subject: [PATCH] Ignore .swo files as well. Created by VIM if .swp is already in use. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 13b6d3f5cec..2ae8439abf7 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ *.la *.lo .*.swp +.*.swo .deps .libs Makefile -- GitLab