diff --git a/.gitignore b/.gitignore index 48230f5690..85027773b6 100644 --- a/.gitignore +++ b/.gitignore @@ -7,8 +7,18 @@ GTAGS GRTAGS GPATH +# emacs +.dir-locals.el + # emacs temp file suffixes *~ .#* \#*# +# Example project files +examples/*/sdkconfig +examples/*/sdkconfig.old +examples/*/build + +# Bootloader files +components/bootloader/src/sdkconfig.old \ No newline at end of file