diff options
author | Dasky <32983009+daskygit@users.noreply.github.com> | 2022-02-05 03:23:27 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-04 19:23:27 -0800 |
commit | e16dd1bcc0cc17b9c99996e2830dda194899a204 (patch) | |
tree | 0e0f1d2d9951a974ed6ae469c743127a0bac2429 /.gitignore | |
parent | eb8ace0855b36be04d2fc348a9afde7f74d64d1a (diff) | |
download | qmk_firmware-e16dd1bcc0cc17b9c99996e2830dda194899a204.tar.gz qmk_firmware-e16dd1bcc0cc17b9c99996e2830dda194899a204.zip |
add version.h to gitignore (#16222)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 8d065cc1c3..e3a02fe8f6 100644 --- a/.gitignore +++ b/.gitignore @@ -20,6 +20,7 @@ # QMK-specific api_data/v1 doxygen/ +quantum/version.h *.bin *.eep *.hex |