Ignore .python-version
It might differ from system to system (e.g. a virtual environment in one but a version number in another)
This commit is contained in:
parent
de29a77cd3
commit
449cda8fc4
1 changed files with 3 additions and 0 deletions
3
bootstrap/cxx/.gitignore
vendored
3
bootstrap/cxx/.gitignore
vendored
|
@ -5,6 +5,9 @@
|
||||||
# used by clangd and other programs
|
# used by clangd and other programs
|
||||||
.cache/
|
.cache/
|
||||||
|
|
||||||
|
# created by pyenv
|
||||||
|
.python-version
|
||||||
|
|
||||||
# used for local development
|
# used for local development
|
||||||
Makefile
|
Makefile
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue