Browse Source

added libraries directory to ignore file. This directory holds all external C libraries

Patrick Malsom 1 year ago
parent
commit
8ac0136d5d
1 changed files with 5 additions and 0 deletions
  1. 5 0
      .gitignore

+ 5 - 0
.gitignore

@@ -1,3 +1,7 @@
+# arduino-cli
+/libraries
+
+
 # ---> C
 # Object files
 *.o
@@ -32,3 +36,4 @@
 # Debug files
 *.dSYM/
 
+