ignoring ccls due to local paths

master
loooph 2021-08-23 19:57:37 +02:00
parent 1f49fb551f
commit 21e0c3a7d6
1 changed files with 14 additions and 23 deletions

37
.ccls
View File

@ -1,29 +1,20 @@
clang clang
%c -std=gnu11 -fno-fat-lto-objects -Os -Wall -ffunction-sections -fdata-sections -flto -mmcu=atmega32u4 %c -Wimplicit-function-declaration -Wmissing-prototypes -Wstrict-prototypes -Os -ffunction-sections -fdata-sections -Wall -Wextra -Wredundant-decls -Wshadow -fno-common -mthumb -mcpu=cortex-m4 -mfloat-abi=hard -mfpu=fpv4-sp-d16
%cpp -fno-exceptions -fno-threadsafe-statics -fpermissive -std=gnu++11 -Os -Wall -ffunction-sections -fdata-sections -flto -mmcu=atmega32u4 %cpp -fno-rtti -fno-exceptions -Os -ffunction-sections -fdata-sections -Wall -Wextra -Wredundant-decls -Wshadow -fno-common -mthumb -mcpu=cortex-m4 -mfloat-abi=hard -mfpu=fpv4-sp-d16
-I/home/loooph/synth/include -I/home/loooph/projects/synth/include
-I/home/loooph/synth/src -I/home/loooph/projects/synth/src
-I/home/loooph/.platformio/packages/framework-arduino-avr/cores/arduino -I/home/loooph/.platformio/packages/framework-libopencm3
-I/home/loooph/.platformio/packages/framework-arduino-avr/variants/micro -I/home/loooph/.platformio/packages/framework-libopencm3/include
-I/home/loooph/.platformio/packages/framework-arduino-avr/libraries/EEPROM/src -I/home/loooph/.platformio/packages/toolchain-gccarmnoneeabi@1.70201.0/arm-none-eabi/include/c++/7.2.1
-I/home/loooph/.platformio/packages/framework-arduino-avr/libraries/HID/src -I/home/loooph/.platformio/packages/toolchain-gccarmnoneeabi@1.70201.0/arm-none-eabi/include/c++/7.2.1/arm-none-eabi
-I/home/loooph/.platformio/packages/framework-arduino-avr/libraries/SPI/src -I/home/loooph/.platformio/packages/toolchain-gccarmnoneeabi@1.70201.0/lib/gcc/arm-none-eabi/7.2.1/include-fixed
-I/home/loooph/.platformio/packages/framework-arduino-avr/libraries/SoftwareSerial/src -I/home/loooph/.platformio/packages/toolchain-gccarmnoneeabi@1.70201.0/lib/gcc/arm-none-eabi/7.2.1/include
-I/home/loooph/.platformio/packages/framework-arduino-avr/libraries/Wire/src -I/home/loooph/.platformio/packages/toolchain-gccarmnoneeabi@1.70201.0/arm-none-eabi/include
-I/home/loooph/.platformio/packages/toolchain-atmelavr/lib/gcc/avr/5.4.0/include-fixed
-I/home/loooph/.platformio/packages/toolchain-atmelavr/lib/gcc/avr/5.4.0/include
-I/home/loooph/.platformio/packages/toolchain-atmelavr/avr/include
-I/home/loooph/.platformio/packages/tool-unity -I/home/loooph/.platformio/packages/tool-unity
-DPLATFORMIO=50101 -DPLATFORMIO=50101
-DARDUINO_AVR_MICRO -DSTM32F302x8
-DF_CPU=16000000L -DSTM32F3
-DARDUINO_ARCH_AVR -DF_CPU=72000000L
-DARDUINO=10808
-DUSB_VID=0x2341
-DUSB_PID=0x8037
-DUSB_PRODUCT="Arduino Micro"
-DUSB_MANUFACTURER="Arduino"
-D__AVR_ATmega32U4__