forked from pdeljanov/Symphonia
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
55 lines (47 loc) · 689 Bytes
/
.gitignore
File metadata and controls
55 lines (47 loc) · 689 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# Rust/Cargo
/target
**/*.rs.bk
Cargo.lock
# Ghostwriter
*.md.backup
# Visual Studio Code
*.code-workspace
.vscode
# Profiling data
perf.data
perf.data.old
# Development Test Vectors
testvec/*/**/*.aac
testvec/*/**/*.flac
testvec/*/**/*.m4a
testvec/*/**/*.mp3
testvec/*/**/*.mp4
testvec/*/**/*.ogg
testvec/*/**/*.opus
testvec/*/**/*.wav
testvec/*/**/*.mov
# Benchmarking Files
benchtest/*.aac
benchtest/*.flac
benchtest/*.m4a
benchtest/*.mp3
benchtest/*.mp4
benchtest/*.ogg
benchtest/*.opus
benchtest/*.wav
# macOS
.DS_Store
.AppleDouble
.LSOverride
._*
# Linux
*~
.directory
# Windows
Thumbs.db
Thumbs.db:encryptable
ehthumbs.db
ehthumbs_vista.db
*.stackdump
[Dd]esktop.ini
*.lnk