blob: 4c17bb63a84a8cb12e3a256381927643d3d363ff [file] [log] [blame]
Justin Woodc9bbb252020-03-03 10:03:58 -08001# VS Code Configs
Justin Wood72d717c2020-03-31 12:46:26 -07002.vscode/*
3!.vscode/tasks.json
Bhaskar Sarmac545cc52020-03-31 21:47:28 -07004!.vscode/launch.json
Justin Woodcc9467c2020-04-10 05:56:40 -07005!.vscode/settings.json
Vincent Coubardcc135602021-06-29 16:58:47 +01006!.vscode/extensions.json
Sagar Dhawan75172132020-03-06 10:40:53 -08007
Rob Walkerd82c6dd2020-04-20 11:46:09 -07008# Platforms
9.DS_Store
10
Grant Erickson74a7e712020-03-18 10:39:29 -070011# Build System
Michael Spangefa630b2020-07-08 22:23:08 -040012out/
Andrei Litvin2f169042020-12-01 10:58:43 -050013/src/test_driver/nrfconnect/build/
Boris Zbarsky42534dd2021-05-25 18:13:29 -040014/src/darwin/Framework/build/
Michael Spangefa630b2020-07-08 22:23:08 -040015
Rob Mohr4c5dd652022-03-16 23:45:17 -070016# Pigweed Environment
szatmz2244db62020-12-04 14:42:01 -050017.environment/
Rob Mohr4c5dd652022-03-16 23:45:17 -070018build_overrides/pigweed_environment.gni
szatmz2244db62020-12-04 14:42:01 -050019
Justin Wooda923ce72020-05-13 18:59:48 -070020# Temporary Directories
21.tmp/
22
Rob Walkerc8a2dd02020-06-01 16:31:07 -070023# Xcode, other development environment stuff
shana-apple9ffc90f2020-05-05 21:52:01 +020024*.pbxuser
25*.mode1v3
26*.mode2v3
27*.perspectivev3
28*.xcuserstate
29project.xcworkspace/
30xcuserdata/
31*.xcodeproj/*
32*.xcworkspace/*
Rob Walkerc8a2dd02020-06-01 16:31:07 -070033TAGS
Michael Spang67663cd2020-06-29 15:51:14 -040034
35# Text editors
36.*.sw[a-z]
Vivien Nicolas441abcb2020-06-30 14:46:39 +020037
38# Patch files
39*.rej
40*.orig
Petro Akzhygitov4ec10292020-07-30 09:00:07 +030041
42# C-Lion / IDEA files
43.idea/**
Song Guo89043b02020-08-20 01:38:19 +080044
45# Python bytecodes
46__pycache__
47*.pyc
Boris Zbarskydb1a4aa2021-07-21 21:31:50 -040048*.egg-info
Vivien Nicolas9754e3d2020-09-18 19:53:58 +020049
50# Doxygen outputs
51docs/html
Andrei Litvinf94a92d2020-10-08 14:37:07 -040052
Gaute Svanes Lundee7347ea2023-01-09 19:43:07 +010053# Python venv
54.venv
55
56# Documentation
57docs/_build
58
Andrei Litvinf94a92d2020-10-08 14:37:07 -040059# VSCode java extensions
60.project
Hui.Li-TCL924f36e2021-09-30 20:51:41 +080061
62# clangd index files
63.cache
64
65# compilation database for VSCode and other Ides
66compile_commands.json
Song GUO4655ab72021-12-07 22:33:57 +080067
68# backup files, usually created by the ZAP tool
69*~
Rohan Sahay4ad2af62022-06-22 08:17:07 +053070
71# log files
chrisbeach59ccd41c62022-07-14 12:29:09 -040072*.log
73examples/thermostat/ameba/build
Andrei Litvindfa7c9d2023-01-26 10:14:23 -050074
75# Downloaded zap without a pigweed root (via zap_download.py)
76.zap
Shubham Patil87e75102023-02-03 19:55:30 +053077
78# When building esp-idf application, if any component is fetched using idf-component-manager then they are stored in
79# managed_component directory. Along with that dependencies.lock file is generated.
80# https://github.com/espressif/idf-component-manager#using-with-a-project
81examples/*/esp32/managed_components
82examples/*/esp32/dependencies.lock