From 437bdfa6bf89e9762b53bc754e081ea546987cbb Mon Sep 17 00:00:00 2001 From: Andrew Engelbrecht Date: Apr 11 2020 21:39:27 +0000 Subject: Adding to .gitignore file '*.swo' is another common VIM swapfile name. '*~' is used for backups when editing files, and 'pip-wheel-metadata/' may be automatically generated when running the application, so they belong in this file. --- diff --git a/.gitignore b/.gitignore index 400acda..12d9b09 100644 --- a/.gitignore +++ b/.gitignore @@ -11,12 +11,15 @@ pagure_env/ # Other python/editor specific files to ignore dist/ build/ +pip-wheel-metadata/ *.pyc *.pyo +*.swo *.swp *.egg-info *.conf .coverage +*~ # Ignore files generated by run_ci_tests pep8.out