-
Notifications
You must be signed in to change notification settings - Fork 49
/
.gitignore
88 lines (83 loc) · 1.23 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
# Dev Files #
###################
*.xcworkspace
*.xcuserdatad
.LSOverride
/tmp/*
/preferences.cs
*.dso
*.edso
*.user
*.sdf
*.suo
*.dir
*.opensdf
*.idea
*.dSYM
*.res
*.cache
*.exports
*.opt
*.tmp
Torque2D.app
Torque2D_DEBUG.app
Torque2D.exe
Torque2D_DEBUG.exe
Torque2DGame.app
Torque2DGame_Debug.app
linkmap.txt
# Compiled source #
###################
engine/Link/
*.com
*.class
*.o
*.a
*.so
*.obj
*.idb
*.pdb
*.ilk
*.ipch
*.lastbuildstate
*.unsuccessfulbuild
*.manifest
*.tlog
# Logs and databases #
######################
*.log
*.sql
# OS generated files #
######################
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
Icon?
ehthumbs.db
Thumbs.db
# Android project files #
#########################
.metadata/
engine/compilers/android/.settings/org.eclipse.cdt.core.prefs
engine/compilers/android/bin/
engine/compilers/android/gen/
engine/compilers/android/obj/
*.bin
# BUILD FILES
build/bin/windows*/Torque6*
build/vs2010/
build/vs2012/
build/vs2013/
build/vs2015/
build/gmake/
projects/00-Console/cache/
projects/01-AnimatedMesh/cache/
projects/02-Sponza/cache/
projects/03-Collision/cache/
projects/04-Terrain/cache/
projects/05-Particles/cache/
projects/06-Materials/cache/
projects/07-GlobalIllumination/cache/
projects/00-RollTheBall/cache/