diff --git a/.gitignore b/.gitignore index 86e34e78..a24b4731 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ *.o +*.pyc # eclipse setting .settings @@ -17,3 +18,17 @@ examples/**/build tools/unit-test-app/sdkconfig tools/unit-test-app/sdkconfig.old tools/unit-test-app/build + +# emacs +.dir-locals.el + +# emacs temp file suffixes +*~ +.#* +\#*# + +# eclipse setting +.settings + +# MacOS directory files +.DS_Store \ No newline at end of file