mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-10-19 20:35:15 +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
|
*.o
|
||||||
|
*.pyc
|
||||||
|
|
||||||
# eclipse setting
|
# eclipse setting
|
||||||
.settings
|
.settings
|
||||||
@@ -17,3 +18,17 @@ examples/**/build
|
|||||||
tools/unit-test-app/sdkconfig
|
tools/unit-test-app/sdkconfig
|
||||||
tools/unit-test-app/sdkconfig.old
|
tools/unit-test-app/sdkconfig.old
|
||||||
tools/unit-test-app/build
|
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