blob: 6f9bc786ed260ac7b721ba0ae268a9da07afae05 [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
53# VSCode java extensions
54.project
Hui.Li-TCL924f36e2021-09-30 20:51:41 +080055
56# clangd index files
57.cache
58
59# compilation database for VSCode and other Ides
60compile_commands.json
Song GUO4655ab72021-12-07 22:33:57 +080061
62# backup files, usually created by the ZAP tool
63*~