]> granicus.if.org Git - esp-idf/blob - .gitignore
Merge branch 'fix/spi_slave_free_cs' 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/*/xml_in/
36 docs/*/man/
37 docs/doxygen_sqlite3.db
38
39 # Unit test app files
40 tools/unit-test-app/sdkconfig
41 tools/unit-test-app/sdkconfig.old
42 tools/unit-test-app/build
43 tools/unit-test-app/builds
44 tools/unit-test-app/output
45
46 # IDF monitor test
47 tools/test_idf_monitor/outputs
48
49 TEST_LOGS
50
51 # AWS IoT Examples require device-specific certs/keys
52 examples/protocols/aws_iot/*/main/certs/*.pem.*
53
54 # gcov coverage reports
55 *.gcda
56 *.gcno
57 coverage.info
58 coverage_report/
59
60 # Windows tools installer build
61 tools/windows/tool_setup/.*
62 tools/windows/tool_setup/input
63 tools/windows/tool_setup/dl
64 tools/windows/tool_setup/Output
65
66 test_multi_heap_host
67