Commit 9869cea0 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Ignore all .venv* directories

This allows multiple version and platform variants of virtualenvs, e.g:
  .venv37-linux
parent 607ad737
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ a.out
.gdb_history

# python virtualenv[wrapper]
.venv
.venv*

# vim files
.vim.add*