xref: /webrtc/constraints/.gitignore (revision 5bda2119)
1
2# Created by https://www.toptal.com/developers/gitignore/api/rust
3# Edit at https://www.toptal.com/developers/gitignore?templates=rust
4
5### Rust ###
6# Generated by Cargo
7# will have compiled files and executables
8debug/
9target/
10
11# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
12# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
13Cargo.lock
14
15# These are backup files generated by rustfmt
16**/*.rs.bk
17
18# MSVC Windows builds of rustc generate these, which store debugging information
19*.pdb
20
21# End of https://www.toptal.com/developers/gitignore/api/rust
22
23# Created by https://www.toptal.com/developers/gitignore/api/visualstudiocode
24# Edit at https://www.toptal.com/developers/gitignore?templates=visualstudiocode
25
26### VisualStudioCode ###
27.vscode/*
28# !.vscode/settings.json
29!.vscode/tasks.json
30!.vscode/launch.json
31!.vscode/extensions.json
32!.vscode/*.code-snippets
33
34# Local History for Visual Studio Code
35.history/
36
37# Built Visual Studio Code Extensions
38*.vsix
39
40### VisualStudioCode Patch ###
41# Ignore all local history of files
42.history
43.ionide
44
45# Support for Project snippet scope
46.vscode/*.code-snippets
47
48# Ignore code-workspaces
49*.code-workspace
50
51# End of https://www.toptal.com/developers/gitignore/api/visualstudiocode
52
53# Created by https://www.toptal.com/developers/gitignore/api/macos
54# Edit at https://www.toptal.com/developers/gitignore?templates=macos
55
56### macOS ###
57# General
58.DS_Store
59.AppleDouble
60.LSOverride
61
62# Icon must end with two \r
63Icon
64
65
66# Thumbnails
67._*
68
69# Files that might appear in the root of a volume
70.DocumentRevisions-V100
71.fseventsd
72.Spotlight-V100
73.TemporaryItems
74.Trashes
75.VolumeIcon.icns
76.com.apple.timemachine.donotpresent
77
78# Directories potentially created on remote AFP share
79.AppleDB
80.AppleDesktop
81Network Trash Folder
82Temporary Items
83.apdisk
84
85### macOS Patch ###
86# iCloud generated files
87*.icloud
88
89# End of https://www.toptal.com/developers/gitignore/api/macos
90