-
-
Notifications
You must be signed in to change notification settings - Fork 145
/
.gitignore
69 lines (65 loc) · 1.06 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
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*
build
compile_commands.json
dist
samples/pyluxcoretool/__pycache__
release_OSX/
###########################
# 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