]> granicus.if.org Git - esp-idf/blob - .gitignore
spi_common: deprecate some public APIs
[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 # Downloaded font files
40 docs/_static/DejaVuSans.ttf
41 docs/_static/NotoSansSC-Regular.otf
42
43 # Unit test app files
44 tools/unit-test-app/sdkconfig
45 tools/unit-test-app/sdkconfig.old
46 tools/unit-test-app/build
47 tools/unit-test-app/builds
48 tools/unit-test-app/output
49
50 # IDF monitor test
51 tools/test_idf_monitor/outputs
52
53 TEST_LOGS
54
55 # gcov coverage reports
56 *.gcda
57 *.gcno
58 coverage.info
59 coverage_report/
60
61 # Windows tools installer build
62 tools/windows/tool_setup/.*
63 tools/windows/tool_setup/input
64 tools/windows/tool_setup/dl
65 tools/windows/tool_setup/keys
66 tools/windows/tool_setup/Output
67
68 test_multi_heap_host
69
70 # VS Code Settings
71 .vscode/
72
73 # Results for the checking of the Python coding style
74 flake8_output.txt
75
76 # ESP-IDF library 
77 build