Browse Source

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.
Andrew Engelbrecht 4 years ago
parent
commit
437bdfa6bf
1 changed files with 3 additions and 0 deletions
  1. 3 0
      .gitignore

+ 3 - 0
.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