Merge branch 'feature/update_gitignore' into 'master'

feature/update_gitignore: Updating .gitignore for some common filetypes.

See merge request sdk/ESP8266_RTOS_SDK!795
This commit is contained in:
Dong Heng
2019-02-26 17:32:43 +08:00

15
.gitignore vendored
View File

@ -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