mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-05-31 23:50:12 +08:00
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:
15
.gitignore
vendored
15
.gitignore
vendored
@ -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
|
Reference in New Issue
Block a user