Sfoglia il codice sorgente

Update gitignore for examples

Angus Gratton 9 anni fa
parent
commit
79c21895d0
1 ha cambiato i file con 10 aggiunte e 0 eliminazioni
  1. 10 0
      .gitignore

+ 10 - 0
.gitignore

@@ -7,8 +7,18 @@ GTAGS
 GRTAGS
 GRTAGS
 GPATH
 GPATH
 
 
+# emacs
+.dir-locals.el
+
 # emacs temp file suffixes
 # emacs temp file suffixes
 *~
 *~
 .#*
 .#*
 \#*#
 \#*#
 
 
+# Example project files
+examples/*/sdkconfig
+examples/*/sdkconfig.old
+examples/*/build
+
+# Bootloader files
+components/bootloader/src/sdkconfig.old