diff options
| author | Dasky | 2022-02-05 04:23:27 +0100 |
|---|---|---|
| committer | GitHub | 2022-02-05 04:23:27 +0100 |
| commit | e16dd1bcc0cc17b9c99996e2830dda194899a204 (patch) | |
| tree | 0e0f1d2d9951a974ed6ae469c743127a0bac2429 /.gitignore | |
| parent | eb8ace0855b36be04d2fc348a9afde7f74d64d1a (diff) | |
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 |