mirror of
https://github.com/espressif/openthread.git
synced 2026-09-13 20:50:05 +00:00
[gitignore] ignore more files (#5518)
This commit ignore more files from git: - C-Lion / IDEA project files - Python bytecode in __pycache__ - PCAP files
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
*.ninja*
|
||||
*.opendb
|
||||
*.orig
|
||||
*.pcap
|
||||
*.pyc
|
||||
*.suo
|
||||
*.swn
|
||||
@@ -58,3 +59,10 @@ third_party/nlbuild-autotools/repo/third_party/autoconf/m4/ltversion.m4
|
||||
third_party/nlbuild-autotools/repo/third_party/autoconf/m4/lt~obsolete.m4
|
||||
third_party/nlbuild-autotools/repo/third_party/autoconf/missing
|
||||
/tmp/
|
||||
|
||||
# C-Lion / IDEA files
|
||||
.idea/**
|
||||
cmake-build-*/**
|
||||
|
||||
# Python bytecodes
|
||||
__pycache__
|
||||
|
||||
Reference in New Issue
Block a user