]> granicus.if.org Git - esp-idf/blob - .gitignore
Merge branch 'feature/esp32s2beta_merge_fix_bootloader_ld' into 'feature/esp32s2beta'
[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 test_multi_heap_host
62
63 # VS Code Settings
64 .vscode/
65
66 # Clion IDE CMake build & config
67 .idea/
68 cmake-build-*/
69
70 # Results for the checking of the Python coding style
71 flake8_output.txt
72
73 # ESP-IDF default build directory name
74 build