summaryrefslogtreecommitdiff
path: root/.clang_complete
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2020-04-15 19:03:49 +1000
committerGitHub <noreply@github.com>2020-04-15 02:03:49 -0700
commite990863296c1fafaacccd4e2d7dffd9bdcbba09c (patch)
tree21cda2355a8f48936d0206a932e049dc06403bff /.clang_complete
parent2ae39ccf380ba3f934295501074c448e60e1c066 (diff)
Miscellaneous stuff: remove clang-complete and autocomplete.sh, fix some rules.mk comments (#8784)
Diffstat (limited to '.clang_complete')
-rw-r--r--.clang_complete24
1 files changed, 0 insertions, 24 deletions
diff --git a/.clang_complete b/.clang_complete
deleted file mode 100644
index 21434586c7..0000000000
--- a/.clang_complete
+++ /dev/null
@@ -1,24 +0,0 @@
-
--I.
--I./drivers
--I./drivers/avr
--I./keyboards/ergodox_ez
--I./keyboards/ergodox_ez/keymaps/vim
--I./lib
--I./lib/lufa
--I./quantum
--I./quantum/api
--I./quantum/audio
--I./quantum/keymap_extras
--I./quantum/process_keycode
--I./quantum/serial_link
--I./quantum/template
--I./quantum/tools
--I./quantum/visualizer
--I./tmk_core
--I./tmk_core/common
--I./tmk_core/common/debug.h
--I./tmk_core/protocol
--I./tmk_core/protocol/lufa
--I./util
--DQMK_KEYBOARD=\"$(KEYBOARD)\" -DQMK_KEYMAP=\"$(KEYMAP)\"