From 981c33f8bffaf32278d7a5f11a7d9a64cae0646d Mon Sep 17 00:00:00 2001 From: Lurkars Date: Tue, 7 Sep 2021 15:45:54 +0200 Subject: [PATCH] add .gitignore --- .gitignore | 1 + .vscode/arduino.json | 4 ---- .vscode/c_cpp_properties.json | 22 ---------------------- 3 files changed, 1 insertion(+), 26 deletions(-) create mode 100644 .gitignore delete mode 100644 .vscode/arduino.json delete mode 100644 .vscode/c_cpp_properties.json diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..722d5e7 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.vscode diff --git a/.vscode/arduino.json b/.vscode/arduino.json deleted file mode 100644 index 530a1ec..0000000 --- a/.vscode/arduino.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "board": "arduino:avr:uno", - "sketch": "wordclock.ino" -} \ No newline at end of file diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json deleted file mode 100644 index 1ee577a..0000000 --- a/.vscode/c_cpp_properties.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "configurations": [ - { - "name": "Linux", - "includePath": [ - "/opt/arduino/tools/**", - "/opt/arduino/hardware/arduino/avr/**", - "/home/lhaubaum/.arduino15/packages/arduino/hardware/avr/1.8.3/**", - "/home/lhaubaum/.arduino15/packages/arduino/tools/**" - ], - "forcedInclude": [ - "/opt/arduino/hardware/arduino/avr/cores/arduino/Arduino.h", - "/home/lhaubaum/.arduino15/packages/arduino/hardware/avr/1.8.3/cores/arduino/Arduino.h" - ], - "intelliSenseMode": "gcc-x64", - "compilerPath": "/usr/bin/gcc", - "cStandard": "c11", - "cppStandard": "c++17" - } - ], - "version": 4 -} \ No newline at end of file