diff options
author | Ryan <fauxpark@gmail.com> | 2020-04-15 19:03:49 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-15 02:03:49 -0700 |
commit | e990863296c1fafaacccd4e2d7dffd9bdcbba09c (patch) | |
tree | 21cda2355a8f48936d0206a932e049dc06403bff /.gitignore | |
parent | 2ae39ccf380ba3f934295501074c448e60e1c066 (diff) | |
download | qmk_firmware-e990863296c1fafaacccd4e2d7dffd9bdcbba09c.tar.gz qmk_firmware-e990863296c1fafaacccd4e2d7dffd9bdcbba09c.zip |
Miscellaneous stuff: remove clang-complete and autocomplete.sh, fix some rules.mk comments (#8784)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 0e80cdb6c..2d2621f42 100644 --- a/.gitignore +++ b/.gitignore | |||
@@ -24,6 +24,7 @@ quantum/version.h | |||
24 | .idea/ | 24 | .idea/ |
25 | CMakeLists.txt | 25 | CMakeLists.txt |
26 | cmake-build-debug | 26 | cmake-build-debug |
27 | .clang_complete | ||
27 | doxygen/ | 28 | doxygen/ |
28 | .DS_Store | 29 | .DS_Store |
29 | /util/wsl_downloaded | 30 | /util/wsl_downloaded |