浏览代码

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 年之前
父节点
当前提交
437bdfa6bf
共有 1 个文件被更改,包括 3 次插入0 次删除
  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