Miscellaneous stuff: remove clang-complete and autocomplete.sh, fix some rules.mk comments (#8784)

This commit is contained in:
Ryan
2020-04-15 19:03:49 +10:00
committed by Florian Didron
parent 470be280d4
commit fc69012b20
3 changed files with 1 additions and 25 deletions

View File

@@ -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)\"

1
.gitignore vendored
View File

@@ -24,6 +24,7 @@ quantum/version.h
.idea/ .idea/
CMakeLists.txt CMakeLists.txt
cmake-build-debug cmake-build-debug
.clang_complete
doxygen/ doxygen/
.DS_Store .DS_Store
/util/wsl_downloaded /util/wsl_downloaded

File diff suppressed because one or more lines are too long