ignore virtualenv python
This commit is contained in:
parent
55f3aa9b3e
commit
25f62583d6
1 changed files with 3 additions and 0 deletions
|
@ -14,6 +14,8 @@ ignore = Name __pycache__
|
|||
ignore = Name _build
|
||||
ignore = Name .import
|
||||
ignore = Name _minted-*
|
||||
ignore = Name bin
|
||||
ignore = Name lib
|
||||
|
||||
# Ignore list files
|
||||
ignore = Name *.synctex.gz
|
||||
|
@ -34,3 +36,4 @@ ignore = Name *.o
|
|||
ignore = Name *.out
|
||||
ignore = Name *.cmi
|
||||
ignore = Name *.byte
|
||||
ignore = Name pyenv.cfg
|
||||
|
|
Loading…
Reference in a new issue