blob: 1c2d14302635947c3c521fe024d5bcdbe3968c69 [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/
Arkadiusz Bokowyd342d9b2024-04-25 22:06:16 +020013/examples/virtual-device-app/android/App/buildSrc/build/
Andrei Litvin2f169042020-12-01 10:58:43 -050014/src/test_driver/nrfconnect/build/
Boris Zbarsky42534dd2021-05-25 18:13:29 -040015/src/darwin/Framework/build/
Michael Spangefa630b2020-07-08 22:23:08 -040016
Rob Mohr4c5dd652022-03-16 23:45:17 -070017# Pigweed Environment
szatmz2244db62020-12-04 14:42:01 -050018.environment/
Rob Mohr4c5dd652022-03-16 23:45:17 -070019build_overrides/pigweed_environment.gni
szatmz2244db62020-12-04 14:42:01 -050020
Justin Wooda923ce72020-05-13 18:59:48 -070021# Temporary Directories
22.tmp/
23
Rob Walkerc8a2dd02020-06-01 16:31:07 -070024# Xcode, other development environment stuff
shana-apple9ffc90f2020-05-05 21:52:01 +020025*.pbxuser
26*.mode1v3
27*.mode2v3
28*.perspectivev3
29*.xcuserstate
30project.xcworkspace/
31xcuserdata/
32*.xcodeproj/*
33*.xcworkspace/*
Rob Walkerc8a2dd02020-06-01 16:31:07 -070034TAGS
Michael Spang67663cd2020-06-29 15:51:14 -040035
36# Text editors
37.*.sw[a-z]
Vivien Nicolas441abcb2020-06-30 14:46:39 +020038
39# Patch files
40*.rej
41*.orig
Petro Akzhygitov4ec10292020-07-30 09:00:07 +030042
43# C-Lion / IDEA files
44.idea/**
Song Guo89043b02020-08-20 01:38:19 +080045
46# Python bytecodes
47__pycache__
48*.pyc
Boris Zbarskydb1a4aa2021-07-21 21:31:50 -040049*.egg-info
Vivien Nicolas9754e3d2020-09-18 19:53:58 +020050
51# Doxygen outputs
52docs/html
Andrei Litvinf94a92d2020-10-08 14:37:07 -040053
Gaute Svanes Lundee7347ea2023-01-09 19:43:07 +010054# Python venv
55.venv
56
57# Documentation
58docs/_build
59
Andrei Litvinf94a92d2020-10-08 14:37:07 -040060# VSCode java extensions
61.project
Hui.Li-TCL924f36e2021-09-30 20:51:41 +080062
63# clangd index files
64.cache
65
66# compilation database for VSCode and other Ides
67compile_commands.json
Song GUO4655ab72021-12-07 22:33:57 +080068
69# backup files, usually created by the ZAP tool
70*~
Rohan Sahay4ad2af62022-06-22 08:17:07 +053071
72# log files
chrisbeach59ccd41c62022-07-14 12:29:09 -040073*.log
74examples/thermostat/ameba/build
Andrei Litvindfa7c9d2023-01-26 10:14:23 -050075
76# Downloaded zap without a pigweed root (via zap_download.py)
77.zap
Shubham Patil87e75102023-02-03 19:55:30 +053078
79# When building esp-idf application, if any component is fetched using idf-component-manager then they are stored in
80# managed_component directory. Along with that dependencies.lock file is generated.
81# https://github.com/espressif/idf-component-manager#using-with-a-project
82examples/*/esp32/managed_components
83examples/*/esp32/dependencies.lock
Andrei Litvinbbddfba2024-01-26 11:41:47 -050084
85# jupyter temporary files
86.ipynb_checkpoints
87