mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-09-19 08:27:14 +08:00
feature/update_gitignore: Updating .gitignore for some common filetypes.
Changes to exclude emacs, MacOS directory files & .pyc files from git.
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