forked from wave-harmonic/crest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
56 lines (49 loc) · 1.26 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
crest/[Ll]ibrary/
crest/[Tt]emp/
crest/[Oo]bj/
crest/[Bb]uild/
crest/[Bb]uilds/
crest/[Ll]ogs/
crest/Assets/AssetStoreTools*
# Visual Studio 2015 cache directory
crest/.vs/
#Visual Studio Code settings directory
crest/.vscode/
# Autogenerated VS/MD/Consulo solution and project files
crest/ExportedObj/
crest/.consulo/
crest/*.csproj
crest/*.unityproj
crest/*.sln
crest/*.suo
crest/*.tmp
crest/*.user
crest/*.userprefs
crest/*.pidb
crest/*.booproj
crest/*.svd
crest/*.pdb
# Unity3D generated meta files
crest/*.pidb.meta
# Unity3D Generated File On Crash Reports
crest/sysinfo.txt
# Builds
crest/*.apk
crest/*.unitypackage
src/exr_processor/.vs
src/exr_processor/Debug/*.exe
src/exr_processor/Debug/*.ilk
src/exr_processor/Debug/*.pdb
src/exr_processor/Release/*.exe
src/exr_processor/Release/*.pdb
src/exr_processor/exr_processor.VC.*
src/exr_processor/exr_processor/Debug
src/exr_processor/exr_processor/Release
src/exr_processor/Release/exr_processor.iobj
src/exr_processor/Release/exr_processor.ipdb
/src/TextureReadbackTest/Library
/src/TextureReadbackTest/.vs
/src/TextureReadbackTest/TextureReadbackTest.csproj
/src/TextureReadbackTest/TextureReadbackTest.sln
/src/TextureReadbackTest/Unity.PackageManagerUI.Editor.csproj
/src/TextureReadbackTest/UnityEditor.StandardEvents.csproj