forked from LuxCoreRender/LuxCore
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitignore
More file actions
101 lines (94 loc) · 1.45 KB
/
.gitignore
File metadata and controls
101 lines (94 loc) · 1.45 KB
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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
doxygen/luxrays.template
doxygen/slg.template
doxygen/luxcore.template
doxygen-luxrays.conf
doxygen-slg.conf
doxygen-luxcore.conf
bin/
doc/
generated/
lib/
nbproject/
deps/perceptualdiff-master/libpdiff.a
samples/(benchsimple|smallluxgpu)/(Debug|Release)/
samples/luxcoreui/deps/glfw-3.1.1/src/glfw_config.h
(smallluxgpu|slg|LUXRAYS|benchsimple)\.dir
src/(Debug|Release)/
(Debug|Release|x64)/
scenes/strands/*.hair
scenes/media/*.vdb
pyunittests/images/*.png
pyunittests/referenceimages/*.png
pyunittests/totaltestsdone.txt
*~
*CMakeFiles
*CMakeCache.txt
*Makefile
*cmake_install.cmake
moc_*.cxx
moc_*.cxx_parameters
ui_*.h
qrc_*.cxx
*.sdf
*.vcxproj*
out
compile_commands.json
dist
samples/pyluxcoretool/__pycache__
release_OSX/
build-system/make/__pycache__
*.pyc
###########################
# XCode
*.pbxuser
*.perspective
*.perspectivev3
*.mode1v3
*.mode2v3
*.user
# XCode 4
xcuserdata/
*.xcworkspace
*.xccheckout
macos/
###########################
# OS OSX, junk
.DS_Store
*.swp
*~.nib
*.out
._*
###########################
# Emacs files
TAGS
.dir-locals.el
build_lux_osx.sh
pack_lux_osx_2.sh
MacDistFiles.tar.gz
###########################
# Conan
.conan2
CMakeUserPresets.json
###########################
# ccache
.ccache/0/
.ccache/1/
.ccache/2/
.ccache/3/
.ccache/4/
.ccache/5/
.ccache/6/
.ccache/7/
.ccache/8/
.ccache/9/
.ccache/a/
.ccache/b/
.ccache/c/
.ccache/ccache.conf
.ccache/d/
.ccache/e/
.ccache/f/
###########################
# Visual Studio (Code)
.vs/
.vscode/