mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 00:14:41 +01:00
ignore vim and emacs temp files
This commit is contained in:
parent
d6bf634cf9
commit
d7a45ec3bc
1 changed files with 7 additions and 0 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
@ -16,6 +16,13 @@ dist/
|
|||
xonsh.egg-info/
|
||||
docs/_build/
|
||||
|
||||
# temporary files from vim and emacs
|
||||
*~
|
||||
*#
|
||||
.#*
|
||||
*.swp
|
||||
*.swo
|
||||
|
||||
# Virtualenv
|
||||
pip-selfcheck.json
|
||||
bin/
|
||||
|
|
Loading…
Add table
Reference in a new issue