diff options
author | Andrew Kannan <andrew.kannan@gmail.com> | 2021-04-26 15:18:17 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-26 21:18:17 +0200 |
commit | b5419bd574600565bf4b2479bf07c7cc39dbfeea (patch) | |
tree | cfda28fc10f88344802b2412fa43e8a6b7a92a25 /.gitignore | |
parent | 8f660ca1e652b3b53580442d321642165adbc7d0 (diff) | |
download | qmk_firmware-b5419bd574600565bf4b2479bf07c7cc39dbfeea.tar.gz qmk_firmware-b5419bd574600565bf4b2479bf07c7cc39dbfeea.zip |
Add python-version to gitignore (#12678)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 90f3d6752..da74bdec8 100644 --- a/.gitignore +++ b/.gitignore | |||
@@ -72,6 +72,7 @@ id_rsa_* | |||
72 | 72 | ||
73 | # python things | 73 | # python things |
74 | __pycache__ | 74 | __pycache__ |
75 | .python-version | ||
75 | 76 | ||
76 | # prerequisites for updating ChibiOS | 77 | # prerequisites for updating ChibiOS |
77 | /util/fmpp* | 78 | /util/fmpp* |