-
Notifications
You must be signed in to change notification settings - Fork 4
/
.gitignore
78 lines (69 loc) · 1.23 KB
/
.gitignore
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
# These are some examples of commonly ignored file patterns.
# You should customize this list as applicable to your project.
# Learn more about .gitignore:
# https://www.atlassian.com/git/tutorials/saving-changes/gitignore
# IDEs
.idea/
.vscode/
# Doxygen-generated
doc/
# test reports and log files
*.log
*.xml
# OS
.DS_Store
Thumbs.db
# binaries and compiled files
*.app
*.exe
*.bin
*.out
*.o
examples/*.dll
tests/*.dll
*.plist
# Large media files
*.avi
*.flv
*.jpg
*.mov
*.pgm
*.ppm
*.png
*.tiff
*.wmv
*.mtl
# temporary outputs from obj2vol tool
tools/header.vol
tools/sequence.vol
# per-fuzz folders created and copied into by fuzzer
fuzzing/geom_inputs/
fuzzing/av_inputs/
fuzzing/geom_outputs/
fuzzing/av_outputs/
# any temporary / manual testing files lying around
fuzzing/*.vol
tests/header.vol
tests/sequence.vol
examples/Virtual*
examples/Sam*
examples/op_*
output_frame_*.obj
tools/*.dll
tools/1625575284206_ld/
build/
src/header.vol
src/sequence.vol
examples/*.vols
examples/*.bvh
examples/*.mp4
examples/*.webm
examples/*_ld*/
wasm/vol_geom.js
wasm/vol_geom.wasm
*.vols
examples/07_vol_player_npm/node_modules
*.tgz
examples/07_vol_player_npm/dist
examples/07_vol_player_npm/.parcel-cache
examples/07_vol_player_npm/package-lock.json