-
Notifications
You must be signed in to change notification settings - Fork 30
/
.gitignore
79 lines (64 loc) · 838 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
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
# Global ignoring of different binaries and another temporary files
# Visual Studio cache and settings
.vs/
.idea/
ipch/
*.suo
*.user
*.ncb
*.opendb
*.sdf
*.opensdf
*.VC.db
*.VC.VC.opendb
*.aps
# Visual Studio Code old files
XRay.code-workspace
# Build results
obj/
lib/
bin/
build/
build_win32/
build32/
# Common logs
*.log
# Migrating report files
_UpgradeReport_Files/
UpgradeLog*.XML
UpgradeLog*.htm
# C++ Builder backups
*.~*
# X-Ray resources
*.db*
# X-Ray user files
_appdata_/
_appdata_ixray_/
ixr_addons/
fs_*.ltx
fsgame_*.ltx
fsfactory_*.ltx
# masOS cache
.DS_Store
# Windows cache
Thumbs.db
# Build results
obj/
lib/
bin/
build/
publish/
# Dependencies
sdk/3d_sdk/
dep/
packages/
# Temporary files
temp/
gamedata_origin/
patch/
# Generated files
imgui.ini
git_version.h
changelog.txt
# CLion cache
cmake-build*/