]> granicus.if.org Git - esp-idf/blob - .gitignore
Merge branch 'feature/mdns_again' 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 # MacOS directory files
22 .DS_Store
23
24 # Example project files
25 examples/**/sdkconfig
26 examples/**/sdkconfig.old
27 examples/**/build
28
29 #Doc build artifacts
30 docs/_build/
31 docs/doxygen-warning-log.txt
32 docs/sphinx-warning-log.txt
33 docs/sphinx-warning-log-sanitized.txt
34 docs/xml/
35 docs/man/
36
37 # Unit test app files
38 tools/unit-test-app/sdkconfig
39 tools/unit-test-app/sdkconfig.old
40 tools/unit-test-app/build
41 tools/unit-test-app/builds
42 tools/unit-test-app/output
43
44 # AWS IoT Examples require device-specific certs/keys
45 examples/protocols/aws_iot/*/main/certs/*.pem.*
46
47 # gcov coverage reports
48 *.gcda
49 *.gcno
50 coverage.info
51 coverage_report/