FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
esp-idf/.gitignore at master · mr-nice/esp-idf · GitHub
mr-nice
/
esp-idf
Public
forked from
espressif/esp-idf
Notifications
You must be signed in to change notification settings
Fork
1
Star
1
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
esp-idf
/
.gitignore
Copy path
More file actions
More file actions
Latest commit
History
History
History
45 lines (36 loc) · 628 Bytes
Breadcrumbs
esp-idf
/
.gitignore
Copy path
File metadata and controls
45 lines (36 loc) · 628 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
.config
*
.o
*
.pyc
#
gtags
GTAGS
GRTAGS
GPATH
#
emacs
.dir-locals.el
#
emacs temp file suffixes
*
~
.
#
*
\#
*
#
#
eclipse setting
.settings
#
Example project files
examples
/
**
/
sdkconfig
examples
/
**
/
sdkconfig.old
examples
/
**
/
build
#
Doc build artifacts
docs
/
_build
/
docs
/
doxygen-warning-log.txt
docs
/
sphinx-warning-log.txt
docs
/
xml
/
docs
/
man
/
#
Unit test app files
tools
/
unit-test-app
/
sdkconfig
tools
/
unit-test-app
/
sdkconfig.old
tools
/
unit-test-app
/
build
#
AWS IoT Examples require device-specific certs/keys
examples
/
protocols
/
aws_iot
/
*
/
main
/
certs
/
*
.pem.
*
#
gcov coverage reports
*
.gcda
*
.gcno
coverage.info
coverage_report
/
Back
|
FazBrowse Home
|
New Git URL