-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.hgignore
64 lines (60 loc) · 1 KB
/
.hgignore
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
^lib/libluxrays.a
^lib/libslg-core.a
^lib/libslg-film.a
^lib/libslg-kernels.a
^lib/libluxcore.a
^lib/libluxcore.so
^lib/pyluxcore.so
^lib/libglfw3.a
^doxygen-luxrays.conf
syntax: regexp
^doxygen/luxrays.template
^doxygen-slg.conf
^doxygen/slg.template
^doxygen-luxcore.conf
^doxygen/luxcore.template
^bin/*
^doc/*
^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)/
^nbproject/*
^scenes/strands/.*\.hair
^pyunittests/images/.*\.png
^pyunittests/referenceimages/.*\.png
^pyunittests/.*\.log
syntax: glob
*~
*CMakeFiles
*CMakeCache.txt
*Makefile
*cmake_install.cmake
moc_*.cxx
moc_*.cxx_parameters
ui_*.h
qrc_*.cxx
*.sdf
*.vcxproj*
build
compile_commands.json
###########################
# XCode
*.pbxuser
*.perspective
*.perspectivev3
*.mode1v3
*.mode2v3
*.user
# XCode 4
xcuserdata/
*.xcworkspace
*.xccheckout
###########################
# OS OSX, junk
.DS_Store
*.swp
*~.nib
*.out
._*