Skip to content

Commit d5f14db

Browse files
committed
Merge branch 'feature/update_gitignore' into 'master'
feature/update_gitignore: Updating .gitignore for some common filetypes. See merge request sdk/ESP8266_RTOS_SDK!795
2 parents d0d8795 + 204437d commit d5f14db

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.gitignore

+15
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
*.o
2+
*.pyc
23

34
# eclipse setting
45
.settings
@@ -17,3 +18,17 @@ examples/**/build
1718
tools/unit-test-app/sdkconfig
1819
tools/unit-test-app/sdkconfig.old
1920
tools/unit-test-app/build
21+
22+
# emacs
23+
.dir-locals.el
24+
25+
# emacs temp file suffixes
26+
*~
27+
.#*
28+
\#*#
29+
30+
# eclipse setting
31+
.settings
32+
33+
# MacOS directory files
34+
.DS_Store

0 commit comments

Comments
 (0)