summaryrefslogtreecommitdiff
path: root/.clang_complete
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2020-04-15 19:03:49 +1000
committerFlorian Didron <fdidron@users.noreply.github.com>2020-06-12 17:00:27 +0900
commitfc69012b20a5820b426de0ac24f92d78aff29467 (patch)
tree4aa8dd1d0d429d8262d937435550a31b3d51d906 /.clang_complete
parent470be280d40fc7921bab43172a5c4b47e7898b85 (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)\"