-
-
Notifications
You must be signed in to change notification settings - Fork 484
/
.gitignore
53 lines (43 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
# Some temporaty directories and directories with data
data
data/
obj/
bak/
# Generated files
Unreal/Shaders.h
UmodelTool/Version.h
# Ignore makefiles for tools
Tools/**/makefile-*
# Other ignores
Docs/cmdline.cfg
Docs/fortnite.txt
Tools/MaxActorXImport/ActorXImporter.ini
Tools/UT2down/
# Files produced by umodel
UmodelExport/
UmodelSaved/
Screenshots/
notify.log
umodel.cfg
# Visual Studio files
**/.vs/*
!.vs/CppProperties.json
!.vs/launch.vs.json
!.vs/tasks.vs.json
# Executable files and pdb
umodel[-_]*.exe
umodel*.pdb
Tools/**/*.exe
Tools/**/*.pdb
*todo.md
# UI_Dev
Tools/UITest/vs/Debug/
Tools/UITest/vs/Release/
# oodle library
libs/oodle/include
libs/oodle/lib
# oodle dll
libs/oo2core*.dll
Tools/PackageExtract/oo2core*.dll
# PackageExtract - ignore all extracted stuff
Tools/PackageExtract/**/