forked from mitsuba-renderer/mitsuba
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
71 lines (57 loc) · 817 Bytes
/
.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
# Documentation
doc/apidocs/*
doc/*.aux
doc/*.log
doc/*.out
doc/*.toc
doc/*.bbl
doc/*.blg
doc/main.pdf
doc/plugins_generated.tex
# Build-related
.sconf_temp
build/release
build/debug
debian
.sconsign.dblite
config.py
config.log
*.pyc
build
# MSVC++-related
build/mitsuba-msvc2017.sdf
build/mitsuba-msvc2017.suo
build/mitsuba-msvc2017.vcxproj.user
build/.vs/**/*
data/windows/mitsuba_res.res
dist
# Debugging history files
\.gdb_history
# Dependencies
dependencies
# OSX binaries and byproducts
Mitsuba.app
.DS_Store
# Imported geometry and some default output types
/meshes
/textures
mitsuba.*.log
*.exr
# Eclipse CDT project files
.externalToolBuilders
.settings
.cproject
.project
# CLion
.idea
# Scenes
scenes
# References
references
# clang-format
.clang-format
target
vdbs
TODO.md
build-debu
.cache