]> granicus.if.org Git - esp-idf/blob - .gitignore
Merge branch 'feature/component_include_order' into 'master'
[esp-idf] / .gitignore
1 .config
2 *.o
3 *.pyc
4
5 # gtags
6 GTAGS
7 GRTAGS
8 GPATH
9
10 # emacs
11 .dir-locals.el
12
13 # emacs temp file suffixes
14 *~
15 .#*
16 \#*#
17
18 # eclipse setting
19 .settings
20
21 # Example project files
22 examples/**/sdkconfig
23 examples/**/sdkconfig.old
24 examples/**/build
25
26 #Doc build artifacts
27 docs/_build/
28 docs/doxygen-warning-log.txt
29 docs/sphinx-warning-log.txt
30 docs/xml/
31 docs/man/
32
33 # Unit test app files
34 tools/unit-test-app/sdkconfig
35 tools/unit-test-app/sdkconfig.old
36 tools/unit-test-app/build
37
38 # AWS IoT Examples require device-specific certs/keys
39 examples/protocols/aws_iot/*/main/certs/*.pem.*
40
41 # gcov coverage reports
42 *.gcda
43 *.gcno
44 coverage.info
45 coverage_report/